
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJjdXN0b20uc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIiXSwiZmlsZSI6ImN1c3RvbS5jc3MifQ== */
.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

.hide
{
	display: none !important;
}

.float-right
{
	float:right;
}

.custom_page_wrapper .total_row,
.custom_page_wrapper .paging_number
{
	position: relative;
	top: 10px;
}

.custom_page_wrapper .total_row
{
	padding-right: 10px;
}

.custom_page_wrapper .paging_number
{
	padding-right: 15px;
}

.menu_report
{
	width: 310px !important;
	max-width: 310px !important;
}

form .col-form-label
{
	position: relative;
	top: 7px;
}

.global_page_size_wrapper
{
	padding: 5px 10px;
	position: relative;
	right: 15px;
}

.form_action_button
{
	font-size: 24px;
}

.modal .modal-content
{
	background: white;
}

.action-btn .material-symbols-outlined
{
	color: #888ea8;
}

.action-btn .material-symbols-outlined:hover
{
	color: black;
}


body.layout-boxed.dark .action-btn .material-symbols-outlined
{
	color: white;
}

.dashboard_user_activity
{
	color: white;
	font-size: 19px !important;
	position: relative;
	top: 1px;
}

.profile_menu
{
	position: relative;
	bottom: 8px;
	left: 5px;
}