/* select2 clear selection key */
html,
body {
	height: 100%;
}
/* #Header
{
    width: 960px;
    height: 150px;
}
#Content
{
    height: 100%;
    width: 960px;
} */
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	font-weight: 400;
	font-size: 26px;
	margin-right: 15px;
	color: #adb5bd;
}

/* fancytree */
ul.fancytree-container {
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	font-weight: normal;
}

.page-content {
	min-height: 100vh;
}
.bgimg {
	background: url("../images/pattern.png") no-repeat center center fixed;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.auth-logo-dark {
	width: 300px;
	height: auto;
	margin: auto;
}

.footer {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.rotate svg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 150px;
	opacity: 0;
}

.rotate :hover {
	opacity: 100;
}

.footer {
	webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.select2-container--open {
	z-index: 9999999 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
	--bs-table-accent-bg: #ffffff;
	color: #495057;
}

table .dtfc-fixed-left {
	background-color: #ffffff;
	z-index: 2 !important;
	box-shadow: 1px 0 3px -1px #888888 !important;
}

.card-aksi-apv {
	margin-bottom: 4px;
}

.card-header-aksi-apv {
	padding: 0.3rem 1.25rem;
}

.clickable-apv {
	cursor: pointer;
}

.dataTables_filter input {
	width: 240px !important;
}
