/* /Components/Apps/AppCard.razor.rz.scp.css */
article[b-8g3g6iaung] {
	gap: 4px;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	width: 400px;
	transition: all linear .1s;
	background: var(--white);
	border-radius: 8px;
}

	article:hover[b-8g3g6iaung] {
		scale: 1.02;
		box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .3);
	}

.title[b-8g3g6iaung] {
	display: flex;
	gap: 8px;
	align-items: center;
	color: white;
	height: 32px;
	padding: 8px;
	font-size: 16px;
	border-radius: 8px 8px 0px 0px;
}

	.title:has(.fc-name)[b-8g3g6iaung] {
		background-color: var(--fc-color);
	}

	.title:has(.bc-name)[b-8g3g6iaung] {
		background-color: var(--bc-color);
	}

[b-8g3g6iaung] .ant-tag.ant-tag-default {
	font-weight: bold;
}

.tenant[b-8g3g6iaung] {
	display: flex;
	gap: 8px;
	padding: 8px;
	align-items: center;
}

.flex-right[b-8g3g6iaung] {
	margin-left: auto;
}

.circle[b-8g3g6iaung] {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-icon[b-8g3g6iaung] {
	font-size: 18px;
	color: var(--blue3);
}

.tenant-name[b-8g3g6iaung] {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 260px;
}

/* 1280px以下のスタイル: is-close */
@media (max-width: 1280px) {

	article[b-8g3g6iaung] {
		width: 300px;
	}

	.title[b-8g3g6iaung] {
		font-size: 12px;
	}

	[b-8g3g6iaung] .ant-tag {
		font-size: 10px;
	}

	.circle[b-8g3g6iaung] {
		width: 26px;
		height: 26px;
	}

	.app-icon[b-8g3g6iaung] {
		font-size: 14px;
		color: var(--blue3);
	}

	.tenant-name[b-8g3g6iaung] {
		font-size: 16px;
	}


}
/* /Components/Charts/Column/ColumnChart.razor.rz.scp.css */
article[b-7k4naxlktl] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#chart-div[b-7k4naxlktl] {
    width: 100%;
    height: calc(100% - 80px);
}
#slider-div[b-7k4naxlktl] {
    width: 100%;
    height: min(80px, 10%);
}
/* /Components/Layouts/ContentHeader.razor.rz.scp.css */
header[b-hgucfrghx5] {
	padding: 8px 24px;
	background-color: var(--white);
	border-bottom: 1px solid var(--gray5);
	display: flex;
	justify-content: center;
}

.content-header-outer[b-hgucfrghx5] {
	width: 100%;
	height: 100%;
	padding: 0 2px;
	display: flex;
	flex-direction: column;
	row-gap: 3.33px;
}

.normal .content-header-outer[b-hgucfrghx5] {
	max-width: min(100vw, calc(783.33px));
	padding: 0 5.33px;
}

.content-header-breadcrumb[b-hgucfrghx5] {
	width: 100%;
	height: 14.67px;
}

.content-header-primary[b-hgucfrghx5] {
	display: flex;
	column-gap: 10px;
	min-height: var(--basic-height);
	font-size: var(--font-size-text);
	margin-bottom: 8px;
	margin-top: 8px;
}

	.content-header-primary .icon-outline[b-hgucfrghx5] {
		width: var(--basic-height);
		height: var(--basic-height);
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--primary-color);
		color: var(--white);
		font-size: 1rem;
		flex: 0 0 auto;
		border-radius: 3px;
	}

		.content-header-primary .icon-outline i[b-hgucfrghx5] {
			color: var(--white);
			font-size: var(--font-size-large-text)
		}

	.content-header-primary .header-subject[b-hgucfrghx5] {
		flex: 0 0 auto;
	}

		.content-header-primary .header-subject h1[b-hgucfrghx5] {
			font-size: var(--font-size-large-title);
			color: var(--black);
			user-select: none;
			margin: 0;
			font-weight: bold;
		}

	.content-header-primary .header-extra[b-hgucfrghx5] {
		flex: 1 1 auto;
	}

	.content-header-primary .actions-outline[b-hgucfrghx5] {
		flex: 0 0 auto;
	}

[b-hgucfrghx5] .breadcrumb {
	font-size: 13px;
}

[b-hgucfrghx5] .top-menu, [b-hgucfrghx5] .breadcrumb-menu {
	color: var(--blue3);
}

.header-extra[b-hgucfrghx5] {
	height: 100%;
	display: flex;
	font-size: var(--font-size-text);
}

.actions-outline[b-hgucfrghx5] {
	display: flex;
	align-items: flex-end;
	gap: 5px;
}

.content-header-accordion[b-hgucfrghx5] {
	max-width: 100%;
	margin-bottom: 3px;
}

.content-header-thirdly[b-hgucfrghx5] {
	margin-bottom: -8px;
}

[b-hgucfrghx5].content-header-thirdly [role=tablist] {
	margin: 0;
}

	[b-hgucfrghx5].content-header-thirdly [role=tablist]:before {
		content: none;
	}
/* /Components/Layouts/ContentLayout.razor.rz.scp.css */
article[b-8rdzr0eax9] {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

[b-8rdzr0eax9] header {
	flex: 0 0 auto;
}

.layout-main-content-centering[b-8rdzr0eax9] {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	/* 
	 backdropとlading用
　*/
	position: relative;
}

.layout-main-content-outer[b-8rdzr0eax9] {
	width: 100%;
	position: relative;
}

.normal .layout-main-content-outer[b-8rdzr0eax9] {
	max-width: min(100vw, calc(1200px - 2 * 1rem));
}

.layout-main-content[b-8rdzr0eax9] {
	/* [ margin(16px) -- padding(8px) -- width(calc(100% - 35px)) -- padding(8px) -- margin(16px) ] */
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	margin: 16px;
	padding: 8px;
	position: absolute;
	overflow: hidden;
	transition: width .2s ease-in-out .2s;
}


.layout-task-list-content[b-8rdzr0eax9] {
	width: 0px;
	height: calc(100%);
	margin-left: auto;
	border: 1px solid var(--lightgray1);
	border-top: none;
	border-bottom: none;
	opacity: 0;
	overflow: hidden;
	background: var(--white);
	transition: opacity .2s ease-in-out, width .2s ease-in-out .2s;
	font-size: var(--font-size-text);
}

	.layout-task-list-content.show[b-8rdzr0eax9] {
		width: 256px;
		opacity: 1;
		transition: width .2s ease-in-out, opacity .2s ease-in-out .2s;
	}

.normal .layout-main-content-outer:has(~ .layout-task-list-content)[b-8rdzr0eax9] {
	margin-left: auto;
}

.backdrop[b-8rdzr0eax9] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background: #00000099;
	z-index: 99;
	transition: opacity ease-in-out .3s;
}

	.backdrop.show[b-8rdzr0eax9] {
		opacity: 1;
		pointer-events: all;
	}

.loading[b-8rdzr0eax9] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: #ffffffcc;
	z-index: 100;
	transition: opacity ease-in-out .3s;
}

	.loading.show[b-8rdzr0eax9] {
		opacity: 1;
		pointer-events: all;
	}

.sidemenu-wrapper[b-8rdzr0eax9] {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

[b-8rdzr0eax9] .side-menu {
	pointer-events: all;
}
/* /Components/Layouts/ContentLoading.razor.rz.scp.css */
.loading-view-wrapper[b-aqt67lvtzk] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .loading-view-wrapper.show[b-aqt67lvtzk] {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s linear;
    user-select: auto;
  }

  .loading-view-wrapper .loading-view[b-aqt67lvtzk] {
    background-color: transparent;
    opacity: 0;
  }

  .loading-view-wrapper.show .loading-view[b-aqt67lvtzk] {
    opacity: 1;
    transition: opacity 0.2s linear, transform 0.2s ease-out;
  }
/* /Components/Layouts/TabContent.razor.rz.scp.css */
[b-89as2908kl].tab-item {
	padding-inline: 5px;
}

	[b-89as2908kl].tab-item .anticon {
		margin-left: 3px;
		margin-right: 0px;
		font-size: var(--font-size-title);
	}
/* /Pages/AccessLog/AccessLogViewer.razor.rz.scp.css */
article[b-amgkqfe34z] {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: minmax(0, 4.5fr) minmax(0, 5.5fr);
	gap: 20px;
	padding: 10px;
}

@media (max-height: 620px) {
	article[b-amgkqfe34z] {
		grid-template-rows: minmax(0, 6fr) minmax(0, 4fr);
	}
}

header[b-amgkqfe34z], section[b-amgkqfe34z] {
	padding: 10px;
	width: 100%;
	height: 100%;
}

.extra[b-amgkqfe34z] {
	display: flex;
	left: calc(50% - 210px);
	position: absolute;
}

section[b-amgkqfe34z] {
	background: var(--panel-bg-color);
	border: 1px solid var(--panel-border-color);
	color: var(--panel-fore-color);
	overflow: hidden;
}
/* /Pages/Directories/Directory.razor.rz.scp.css */
.empty-area[b-6xkaqff34t] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* /Pages/Index.razor.rz.scp.css */
.app-card-layout[b-cwzecromo6] {
	margin-bottom: 12px;
}

.tenant-content[b-cwzecromo6] {
	display: flex;
}

.tenant-list[b-cwzecromo6] {
	margin-inline: auto;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
/* /Pages/Signin.razor.rz.scp.css */
article[b-ww38qnitd5] {
    width: 500px;
}

h1[b-ww38qnitd5] {
    color: var(--darkgray3);
    font-size: 32px;
    margin-bottom: 32px;
}

.layout-right[b-ww38qnitd5] {
    width: 100%;
    display: flex;
}

.layout-right > *[b-ww38qnitd5] {
    margin-left: auto;
}
/* /Pages/Users/UserEdit.razor.rz.scp.css */
.page-title[b-f6dcbt3uxj] {
	font-weight:bold;
}

.grid-container[b-f6dcbt3uxj] {
	display: grid;
	height: 100%;
	grid-template-columns: repeat(2, 1fr);
	width: 60%;
	margin-inline: auto;
}

.column[b-f6dcbt3uxj] {
	display: flex;
	flex-direction:column;
	margin-left:40px;
	gap: 20px;
}

		.column > .input-area > .input-area-flex[b-f6dcbt3uxj] {
			display: flex;
			flex-direction: column;
			align-items: baseline;
			margin-top: 20px;
			margin-left: 20px;
			margin-bottom:40px;
		}

.column-mt20[b-f6dcbt3uxj] {
	margin-top:20px;
}

.buttons[b-f6dcbt3uxj] {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
/* /Pages/Users/UserManagement.razor.rz.scp.css */
.buttons[b-y7jrro29qg] {
	max-height: 100px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.invalid-switch[b-y7jrro29qg] {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-right: 8px;
}

.grid[b-y7jrro29qg] {
	height: calc(100% - 30px);
}

[b-y7jrro29qg] .header-center {
	text-align: center;
}

/* boolean型の列の×アイコン(False)を非表示 */
[b-y7jrro29qg] .igx-icon--error {
	display: none;
}
/* /Pages/Welcome.razor.rz.scp.css */
article[b-a67vx3k3ho] {
    display: flex;
    flex-direction: column;
}

h1[b-a67vx3k3ho], h3[b-a67vx3k3ho] {
    color: var(--darkgray3);
}

h1[b-a67vx3k3ho] {
    font-size: 32px;
    margin-bottom: 32px;
}

h3[b-a67vx3k3ho] {
    font-size: 18px;
    margin-bottom: 18px;
}

.label[b-a67vx3k3ho] {
    margin: 0;
    margin-top: 4px;
    font-size: 18px;
    color: var(--gray4);
}

.content[b-a67vx3k3ho] {
    margin: 20px 0;
    padding: 40px;

    border: 1px solid var(--panel-border-color);
    background: var(--panel-bg-color);
}

.content > :not(:first-child)[b-a67vx3k3ho] {
    margin-top: 40px;
}

.content-footer[b-a67vx3k3ho] {
    width: 100%;
    display: flex;
}

.content-footer > *[b-a67vx3k3ho] {
    margin-left: auto;
    margin-right: 16px;
}

/* /Routings/Components/MultitenantNavLink.razor.rz.scp.css */
a.menu-list[b-buak9lupjx] {
    width: 100%;
}
/* /Shared/FrontLayout.razor.rz.scp.css */


#layout-root[b-ytnqwshx4u] {
	display: flex;
	width: 100vw;
	height: 100vh;
}

.layout-background[b-ytnqwshx4u] {
	height: 100%;
}

	.layout-background.logo[b-ytnqwshx4u] {
		width: calc(100vw / 3);
		min-width: 500px;
		background: var(--blue1);
		font-size: 120px;
		color: var(--white);
		user-select: none;
	}

	.layout-background.content[b-ytnqwshx4u] {
		width: calc(100vw / 3 * 2);
		min-width: 800px;
		background: var(--white);
	}

.layout-content[b-ytnqwshx4u] {
	padding: 20px 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.layout-content.left[b-ytnqwshx4u] {
		margin-top: -80px;
		white-space: nowrap;
		gap: 20px;
	}

	.layout-content.right[b-ytnqwshx4u] {
		width: 100%;
		height: 100%;
		overflow: auto;
	}

.logo[b-ytnqwshx4u] {
	width: 400px;
}

.slogan[b-ytnqwshx4u] {
	font-size: 32px;
}

.description[b-ytnqwshx4u] {
	margin-top: 40px;
	font-size: 24px;
}

.content[b-ytnqwshx4u] {
}

.copy-area[b-ytnqwshx4u] {
	margin-top: 120px;
	width: max-content !important;
}

/* 1280px以下のスタイル: is-close */
@media (max-width: 1280px) {

	.layout-content.left[b-ytnqwshx4u] {
		margin-top: -50px;
		white-space: nowrap;
	}

	.logo[b-ytnqwshx4u] {
		width: 300px;
	}

	.slogan[b-ytnqwshx4u] {
		font-size: 24px;
	}

	.copy-area[b-ytnqwshx4u] {
		margin-top: 40px;
		width: max-content !important;
	}
}
/* /Shared/Headers/HeaderButton.razor.rz.scp.css */
button[b-j1bh76npsq] {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
}

.child-content-area[b-j1bh76npsq] {
  width: 100%;
}

span[b-j1bh76npsq] {
  font-size: var(--font-size-large-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
/* /Shared/Headers/NotifyCard.razor.rz.scp.css */

div.card[b-i10juagecd] {

    display: flex;
    justify-content: space-between;
    padding: 20px;

    border-bottom: 1px solid #DDD;

}

main[b-i10juagecd] {
    width: calc(100% - 32px);
}

div.card-header[b-i10juagecd] {
    display: flex;
    justify-content: space-between;
}

h3[b-i10juagecd] {
    margin: 0;
    font-size: small;
    font-weight: bold;
}

div.time[b-i10juagecd] {

    font-size: x-small;

}

div.body[b-i10juagecd] {
    margin-top: 10px;
    font-size: small;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Shared/Headers/NotifyPanel.razor.rz.scp.css */

div.notify-panel[b-swxfgpfsua] {

    opacity: 0;
    pointer-events: none;
    margin-top: -10px;

    position: absolute;
    right: 5px;
    top: 55px;

    background: var(--panel-bg-color);
    border: 1px solid var(--panel-border-color);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

    width: 320px;
    height: max-content;
    min-height: 120px;
    max-height: calc(100vh - 65px);

    overflow-y: hidden;

    transition-property: opacity, margin-top;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    z-index: 100;
}

div.notify-panel.visible[b-swxfgpfsua] {
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
}

header[b-swxfgpfsua] {

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 8px 16px;
    background: var(--header-bg-color);
    border-bottom: 1px solid var(--header-border-color);

}

h3[b-swxfgpfsua] {
    margin: 0;
    color: var(--white);
    font-size: small;
    letter-spacing: 2px;
    user-select: none;
}

main[b-swxfgpfsua] {
    height: max-content;
    min-height: 120px;
    max-height: calc(100vh - 115px);
    overflow-y: hidden;
    padding-right: 8px;
}
main:hover[b-swxfgpfsua] {
    overflow-y: auto;
    padding-right: 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-bct3gkn0s6] {
	--period-desabled-color: #E0E0E0;
}

header[b-bct3gkn0s6] {
	display: flex;
	width: 100vw;
	height: 45px;
	border-bottom: 1px solid var(--header-border-color);
	background: var(--header-bg-color);
	color: var(--header-fore-color);
	transition: all 0.3s ease;
}

	header .contents[b-bct3gkn0s6] {
		width: 100%;
		max-height: 45px;
		display: flex;
		transition: opacity 0.3s ease, max-height 0.3s ease;
	}

/* ロゴエリア */
.logo-area[b-bct3gkn0s6] {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*リンクエリア*/
[b-bct3gkn0s6] .link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	justify-content: center;
}

/* ロゴ */
[b-bct3gkn0s6] .logo {
	height: 40px;
	width: 234px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin-inline: 20px;
}

/* メニューエリア */
.menu-area[b-bct3gkn0s6] {
	margin-left: auto;
}

/* メニューボタンエリア */
.menu-button-area[b-bct3gkn0s6] {
	height: 100%;
	width: 100%;
	padding: 0 16px;
	display: flex;
	align-items: center;
	border-left: 1px solid var(--header-border-color);
	cursor: pointer;
}

/* メニューボタン */
.menu-button[b-bct3gkn0s6] {
	height: var(--basic-height);
	width: 420px;
}

/* 期間セレクタ－ */
[b-bct3gkn0s6] .period-select,
[b-bct3gkn0s6] .period-select .fa-solid {
	color: var(--white);
}

/* ヘッダーアクション */
.header-actions[b-bct3gkn0s6] {
	display: flex;
}

/* アクションボタンエリア */
.action-button-area[b-bct3gkn0s6] {
	display: flex;
	align-items: center;
	border-left: 1px solid var(--header-border-color);
}

/* クエスチョンエリア */
.question-area[b-bct3gkn0s6] {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* クエスチョンエリア */
.question-area[b-bct3gkn0s6] {
	padding-inline: 12px;
}

/* クエスチョンボタンエリアとベルボタンエリア */
.question-button-area[b-bct3gkn0s6] {
	height: var(--basic-height);
	width: 32px;
	display: flex;
	align-items: center;
	border-radius: 3px;
}

[b-bct3gkn0s6] .question-button-area button {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* バッジ */
[b-bct3gkn0s6] .ant-badge {
	margin: auto;
}

/* アイコン */
[b-bct3gkn0s6] header .fa-solid.fa-circle-question,
[b-bct3gkn0s6] header .fa-solid.fa-circle-user {
	font-size: 18px;
	color: var(--white);
}

/* ユーザーエリア */
.user-area[b-bct3gkn0s6] {
	height: 100%;
	min-width: 200px;
	padding: 0 10px;
	border-left: 1px solid var(--header-border-color);
	display: flex;
	align-items: center;
	color: var(--white);
	justify-content: center;
}

/* ユーザーボタンエリア */
.user-button-area[b-bct3gkn0s6] {
	height: var(--basic-height);
	width: 160px;
	border-radius: 3px;
}

/* ユーザーボタンエリアのボタン */
[b-bct3gkn0s6] .user-area button {
	display: flex;
	width: 160px;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

/* メインコンテンツ */
main[b-bct3gkn0s6] {
	width: 100%;
	max-height: calc(100% - 45px);
	height: calc(100% - 45px);
	background: var(--main-bg-color);
	color: var(--main-fore-color);
	outline: none;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}

/* レイアウトルート */
div#layout-root[b-bct3gkn0s6] {
	height: 100%;
	outline: none;
}

/* ホバー効果 */
@media (hover: hover) and (pointer: fine) {

	/*ホバー時色を反転させる*/
	.question-area:hover .question-button-area[b-bct3gkn0s6],
	.user-area:hover .user-button-area[b-bct3gkn0s6] {
		background-color: var(--white);
		color: var(--blue2);
		transition: 0.4s all;
	}

	.question-area:hover[b-bct3gkn0s6]  i.fa-solid.fa-circle-question,
	.user-area:hover[b-bct3gkn0s6]  i.fa-solid.fa-circle-user {
		color: var(--blue2);
		transition: 0.4s all;
	}

	.logo-area:hover .logo[b-bct3gkn0s6] {
		transition: 0.4s all;
		opacity: 0.7;
	}
}

/*各パネル表示中のボタンを反転させる*/
.user-area.visible .user-button-area[b-bct3gkn0s6] {
	background-color: var(--white);
	color: var(--blue2);
}

.user-area.visible[b-bct3gkn0s6]  i.fa-solid.fa-circle-user {
	color: var(--blue2);
}

.menu-area.visible[b-bct3gkn0s6]  .menu-input {
	background-color: var(--blue4);
}

/* 1280px以下のスタイル: is-close */
@media (max-width: 1280px) {
	header[b-bct3gkn0s6] {
		height: 30px;
	}

		header .contents[b-bct3gkn0s6] {
			width: 100%;
			max-height: 30px;
		}

	/* ロゴ */
	[b-bct3gkn0s6] .logo {
		height: 28px;
		width: 176px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	[b-bct3gkn0s6] .link {
		padding: 0px 10px;
	}

	[b-bct3gkn0s6] .i.fa-solid.fa-angle-down {
		font-size: var(--font-size-text) !important;
	}
	/* メニューボタン */
	.menu-button[b-bct3gkn0s6] {
		height: 22px;
		width: 300px;
	}

	[b-bct3gkn0s6] .menu-icon {
		font-size: var(--font-size-text) !important;
	}

	[b-bct3gkn0s6] .menu-input .ant-input {
		font-size: var(--font-size-text) !important;
		height: 20px;
		margin-block: auto;
	}

	[b-bct3gkn0s6] header .fa-solid.fa-circle-question,
	[b-bct3gkn0s6] header .fa-solid.fa-bell,
	[b-bct3gkn0s6] header .fa-solid.fa-circle-user {
		font-size: var(--font-size-large-text) !important;
	}

	.action-button-area[b-v1hucynswp][b-bct3gkn0s6] {
		gap: 4px;
	}

	.question-area[b-bct3gkn0s6] {
		padding-inline: 4px;
	}

	.question-button-area[b-bct3gkn0s6] {
		height: 24px;
		width: 24px;
	}

	.user-button-area[b-bct3gkn0s6] {
		height: 22px;
		width: 140px;
	}

	[b-bct3gkn0s6] .child-content-area {
		font-size: var(--font-size-text) !important;
	}

		[b-bct3gkn0s6] .child-content-area span {
			font-size: var(--font-size-text) !important;
			max-width: 110px;
		}

	[b-bct3gkn0s6] header ~ .menu-panel {
		top: 31px;
		right: 12px;
	}

	[b-bct3gkn0s6] header ~ .notify-panel {
		top: 31px;
		right: 0px;
	}

	[b-bct3gkn0s6] header ~ .user-panel {
		top: 31px !important;
		right: 0px !important;
	}

	main[b-bct3gkn0s6] {
		max-height: calc(100vh - 30px);
		height: calc(100vh - 30px);
	}

	[b-bct3gkn0s6] sup.ant-scroll-number.ant-badge-dot {
		right: 6px;
		width: 5px;
		height: 5px;
	}
}

/*権限アラート分の40px縮める*/
[b-bct3gkn0s6] .authority-view:has(.ant-alert) main {
	height: calc(100% - 85px);
}
/* /Shared/Menus/BizBreadcrumb.razor.rz.scp.css */
/* パンくずリスト*/
.breadcrumb[b-yxhaazlz0n] {
	list-style: none;
	padding: 0;
	margin: 0;
}

	/* パンくずリストの項目 */
	.breadcrumb li[b-yxhaazlz0n] {
		display: inline;
	}

i[b-yxhaazlz0n] {
	margin-right: 5px;
}

/* パンくずリストの区切り */
.breadcrumb li[b-yxhaazlz0n]::after {
	content: ">";
	margin-inline: 5px;
}

.breadcrumb li:last-child[b-yxhaazlz0n]::after {
	content: none;
}

/* パンくずリストのアイテムのリンク */
[b-yxhaazlz0n].breadcrumb a {
	text-decoration: none;
	color: #333;
}

/*トップフォルダーのメニューもリンクに見せかける*/
[b-yxhaazlz0n].breadcrumb li .top-menu {
	cursor: pointer;
}

/*パンくずのトップ、中間は選択できるためアンダーラインを引く*/
.top-menu[b-yxhaazlz0n], .breadcrumb-menu[b-yxhaazlz0n] {
	text-decoration: underline 1px solid;
}

[b-yxhaazlz0n].breadcrumb li .last-menu {
	color: var(--darkgray1);
}
/* /Shared/Menus/MenuContainer.razor.rz.scp.css */
.menu-container[b-fafk79mesy] {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	height: 100%;
	overflow: hidden;
	scrollbar-gutter: stable;
}

.favorite-menu-container[b-fafk79mesy] {
	height: 100%;
	width: 240px;
	margin-top: 10px;
	overflow-y: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-inline: auto;
	scrollbar-gutter: unset;
}

.menu-container:hover[b-fafk79mesy] {
	overflow-y: auto;
}

[b-fafk79mesy].menu-container a.menu-list {
	width: 100%;
}
/* /Shared/Menus/MenuContent.razor.rz.scp.css */
.menu-content[b-oooqsprsiw] {
	display: flex;
	width: fit-content;
}

	.menu-content:hover[b-oooqsprsiw] {
		background: var(--selection-hover-bg-color);
	}

.features-content[b-oooqsprsiw], .history-content[b-oooqsprsiw] {
	display: flex;
	/*スクロールバー分を足す*/
	width: calc(100% + 8px);
	height: 64px;
	padding: 8px 16px;
	gap: 8px;
	border-bottom: 1px solid var(--lightgray3);
}

.favorite-content[b-oooqsprsiw] {
	display: flex;
	height: 80px;
	width: 80px;
	justify-content: flex-start;
	flex-flow: column;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	border-radius: 6px;
	padding-top: 10px;
	gap: 2px;
	position: relative;
}

	.favorite-content .star-icon[b-oooqsprsiw] {
		position: absolute;
		top: 16px;
		right: 6px;
	}

/*メニューアイコンエリア*/
.features-icon-area[b-oooqsprsiw], .favorite-icon-area[b-oooqsprsiw] {
	width: 36px;
	padding: 4px;
	position: relative; /* 親要素に対して相対位置指定を行う */
	display: flex;
	justify-content: center;
	align-items: center;
}

/*メニューアイコン*/
.icon[b-oooqsprsiw] {
	color: var(--darkgray5);
}

/*ラベルエリア*/
.features-label-area[b-oooqsprsiw], .history-label-area[b-oooqsprsiw] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 200px;
	width: 200px;
}

.favorite-label-area[b-oooqsprsiw] {
	width: 68px;
	text-align: center;
	justify-content: center;
}

.features-label-area > *:not(:first-child)[b-oooqsprsiw] {
	margin-top: -3.35px;
}

.history-label-area > *:not(:first-child)[b-oooqsprsiw] {
	margin-top: -3.35px;
}

/*ラベル*/
.label[b-oooqsprsiw] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
}

.label-primary[b-oooqsprsiw] {
	color: var(--darkgray1);
	font-size: 0.7rem;
}

.label-secondary[b-oooqsprsiw] {
	font-size: var(--font-size-text);
	color: var(--gray1);
}

.features-label[b-oooqsprsiw] {
	font-size: var(--font-size-large-text);
}

.history-label[b-oooqsprsiw] {
	font-size: var(--font-size-text);
}

/*星アイコンバッチ*/
.star-icon[b-oooqsprsiw] {
	display: flex;
	align-items: center;
}

i.icon.fa-2x[b-oooqsprsiw] {
	font-size: 26px;
}

.on-star[b-oooqsprsiw] {
	color: var(--yellow4); /*オンのとき黄色*/
	font-size: var(--font-size-large-text);
}

.off-star[b-oooqsprsiw] {
	color: var(--gray5); /*オフのときグレー*/
	font-size: var(--font-size-large-text);
}
/* /Shared/Menus/MenuPanel.razor.rz.scp.css */
.menu-panel[b-oo0551kr0m] {
	position: absolute;
	right: 253px;
	transform: translateX(-1%);
	top: 46px;
	width: 450px;
	max-width: calc(100vw - 12px);
	height: calc(100vh - 44px);
	max-height: 520px;
	margin-top: -8px;
	background: white;
	box-shadow: 0px 3.35px 10.05px 0px rgba(0, 0, 0, 0.35);
	opacity: 0;
	pointer-events: none;
	transition-property: opacity, margin-top;
	transition-duration: .134s;
	transition-timing-function: ease-in-out;
	transition: 0.3s;
	z-index: 100;
	display: grid;
	grid-template-areas:
		"header"
		"content";
	grid-template-rows: 34px 1fr;
}

	.menu-panel.visible[b-oo0551kr0m] {
		opacity: 1;
		pointer-events: all;
		margin-top: 0;
	}

	.menu-panel header[b-oo0551kr0m] {
		grid-area: header;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: var(--blue2);
		justify-content: space-between;
		padding: 8px 12px;
	}

	.menu-panel h3[b-oo0551kr0m] {
		font-size: var(--font-size-title);
		color: #AAA;
		user-select: none;
		margin-block: 8px;
	}

.menu-area[b-oo0551kr0m] {
	display: grid;
	grid-template-areas:
		"header"
		"menu-list";
	grid-template-rows: 38px 448px;
	grid-template-columns: 100%;
	height: 100%;
	width: 100%;
}

.feature-menu-header[b-oo0551kr0m] {
	grid-area: header;
	display: grid;
	width: 100%;
	align-items: center;
	padding: 8px 16px;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: 1fr;
	background-color: var(--blue3);
}

[b-oo0551kr0m].feature-menu-header :where(a,span) {
	display: inline-block;
	border: none;
	flex: auto;
	margin-left: auto;
	color: var(--white);
	cursor: pointer;
	white-space: nowrap; /* 横幅のMAXに達しても改行しない */
	overflow: hidden; /* ハミ出した部分を隠す */
	text-overflow: ellipsis; /* 「…」と省略 */
	max-width: 100%;
	padding-inline: 8px;
	font-size: 12px;
	transition: 0.4s all;
	border-radius: 3px
}

	[b-oo0551kr0m].feature-menu-header :where(a,span):hover {
		color: var(--blue3);
		background-color: var(--white);
		font-weight: bold;
	}

[b-oo0551kr0m] .feature-menu-area {
	grid-area: menu-list;
}


/*メニュー種類のラベル*/
.menu-area h3[b-oo0551kr0m] {
	color: var(--white);
	font-size: var(--font-size-large-text);
	font-weight: bold;
	margin-block: 0px;
	flex: 0 0 auto;
	display: inline-block;
}

[b-oo0551kr0m] .label-primary.favorite-label {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 行数を制限 */
	overflow: hidden; /* はみ出た部分を非表示 */
	white-space: pre-wrap;
	text-align: center;
	margin: 0;
}

[b-oo0551kr0m] .breadcrumb {
	font-size: var(--font-size-text);
	color: var(--white);
}

	[b-oo0551kr0m] .breadcrumb a, [b-oo0551kr0m] .breadcrumb span {
		font-size: var(--font-size-text);
		color: var(--white) !important;
	}

span[b-oo0551kr0m], [b-oo0551kr0m] a {
	font-size: var(--font-size-large-text);
}
/* /Shared/Menus/SearchMenuInput.razor.rz.scp.css */
.menu-input[b-glbm25tcs6] {
	display: flex;
	height: 100%;
	padding: 0px;
	padding-left: 10.05px;
	padding-right: 3.35px;
	align-items: center;
	border: none;
	flex-grow: 1;
	flex-shrink: 1;
	margin: auto;
	background-color: var(--blue3);
	border-radius: 3px;
}

	.menu-input:hover[b-glbm25tcs6] {
		background-color: var(--blue4);
		transition: 0.4s all;
	}

.menu-icon[b-glbm25tcs6] {
	color: var(--white);
	font-size: var(--font-size-title);
}

[b-glbm25tcs6] .ant-input {
	border-left: 1px solid var(--aquamarine6);
	padding: 0 10.72px !important;
	font-size: var(--font-size-large-text);
	color: var(--white);
}

[b-glbm25tcs6] ::placeholder {
	color: var(--white);
	opacity: 0.50;
}

[b-glbm25tcs6] .ant-input-clear-icon {
	color: var(--white);
	font-size: 16px;
}
/* /Shared/MenuTitle.razor.rz.scp.css */
.header-subject h1[b-b1w5vor06x] {
	font-size: var(--font-size-large-title);
	color: var(--black);
	font-weight: bold;
}

/* /Shared/NavMenu.razor.rz.scp.css */
ul[b-hilfzieyli] {
    padding-left: 0;
}
li[b-hilfzieyli] {
    padding-top: 4px;
    list-style: none;
}
/* /Shared/Users/UserCard.razor.rz.scp.css */
article[b-kxoepvwciz] {
	width: 280px;
	padding: 20px;
	overflow: hidden;
}

	article *[b-kxoepvwciz] {
		margin: auto;
	}

.avatar[b-kxoepvwciz] {
	margin-top: 40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid var(--lightgray1);
	display: flex;
	justify-content: center;
	align-items: center;
}

	.avatar i[b-kxoepvwciz] {
		font-size: 60px;
	}

.claim[b-kxoepvwciz] {
	width: max-content;
	height: max-content;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user-name[b-kxoepvwciz] {
	margin-top: 20px;
	font-size: 16px;
	color: var(--blue1);
}

.email[b-kxoepvwciz] {
	margin-top: -4px;
	font-size: 10px;
}

.company-name[b-kxoepvwciz] {
	margin-top: 4px;
	font-size: 12px;
}
/* /Shared/Users/UserPanel.razor.rz.scp.css */
div.user-panel[b-8xqk3lg5d0] {
	opacity: 0;
	pointer-events: none;
	margin-top: -10px;
	position: absolute;
	right: 5px;
	top: 55px;
	background: var(--panel-bg-color);
	border: 1px solid var(--panel-border-color);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	width: max-content;
	min-width: 180px;
	height: max-content;
	overflow-y: hidden;
	transition-property: opacity, margin-top;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	z-index: 100;
}

.user-panel-inner[b-8xqk3lg5d0] {
	position: relative;
}

.header-buttons[b-8xqk3lg5d0] {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	margin-left: auto;
}

div.user-panel.visible[b-8xqk3lg5d0] {
	opacity: 1;
	pointer-events: all;
	margin-top: 0;
}

.separator[b-8xqk3lg5d0] {
	width: 100%;
	height: 1px;
	border-top: 1px solid var(--lightgray3);
}
