[data-kt-app-layout=light-sidebar][data-kt-app-header-fixed=true] .app-sidebar .app-sidebar-logo {
  border-bottom: 0;
	background: #0d0e12;
}

.table:not(.table-bordered).table-row-dashed tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cecece;
}

.table:not(.table-bordered).table-row-dashed tr:focus {
	background: red;
}

.irma-icon-button:hover {
	color: #3d96ff;
}

.w-263px {
  width: 250px !important;
}

.wp-50 {
	width: 50%;
}

.maxwp-50 {
	max-width: 50%;
}