@font-face {
	font-family: "SF-Arabic";
	src: url("SF-Arabic.ttf");
	font-weight: normal;
	font-style: normal;
}

html,
body {
	font-family: "SF-Arabic", var(--bs-font-sans-serif) !important;
}

/* remove outline on focus */
*:focus {
	outline: none;
}

/* scrolling */
body {
	/* overflow: hidden;  Hide scrollbars */
	/*
	  	-webkit-touch-callout: none; 
	  	-webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
*/
}

/* printing */
@media print {
	.no-print,
	.no-print * {
		display: none !important;
	}
	.header-fixed.toolbar-fixed .wrapper {
		padding-top: 0px !important;
	}
	.kt_content_container {
		margin: 0px !important;
	}
	.dataTables_paginate {
		display: none !important;
	}
	.dataTables_length {
		display: none !important;
	}
	.dataTables_info {
		display: none !important;
	}
	.col-md-12 {
		width: 100% !important;
	}
	.col-md-11 {
		width: 91.66% !important;
	}
	.col-md-10 {
		width: 83.33% !important;
	}
	.col-md-9 {
		width: 75% !important;
	}
	.col-md-8 {
		width: 66.66% !important;
	}
	.col-md-7 {
		width: 58.33% !important;
	}
	.col-md-6 {
		width: 50% !important;
	}
	.col-md-5 {
		width: 41.66% !important;
	}
	.col-md-4 {
		width: 33.33% !important;
	}
	.col-md-3 {
		width: 25% !important;
	}
	.col-md-2 {
		width: 16.66% !important;
	}
	.col-md-1 {
		width: 8.33% !important;
	}
	.card {
		box-shadow: none !important;
		margin: 0px !important;
	}
	.card-body {
		padding: 0px !important;
	}

	body.header-fixed {padding-top: 0px}
}

pre {
	white-space: pre-wrap; /* css-3 */
	word-break: keep-all;
	font-family: "SF-Arabic", var(--bs-font-sans-serif) !important;
}

.vertical_show {
	writing-mode: tb-rl;
	font-size: 100px !important;
}

/* google maps */
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
	display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display: none;
}

:root {
	touch-action: pan-x pan-y;
	height: 100%;
}

/* datatable */
.datatable.datatable-default.datatable-bordered
	> .datatable-table
	> .datatable-body
	.datatable-row-detail
	.datatable-detail
	table {
	border-left: 1px solid #ebedf3;
	border-right: 1px solid #ebedf3;
	border-bottom: 1px solid #ebedf3;
	width: 100%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dtr-details {
	width: 100%;
}
.dtr-data {
	text-align: center;
}
.dtr-title {
	width: 100%;
	display: flex !important;
	font-weight: bold !important;
	color: var("--bs-primary") !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
	content: "";
}
.tooltip-inner {
	max-width: none;
	white-space: nowrap;
}


table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before,
table.dataTable.dtr-column.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-column.collapsed>tbody>tr.parent>th.dtr-control:before {
	background-color: var(--bs-primary) !important;
}

.dataTables_wrapper .child .dtr-details > li span.dtr-title,
.dataTables_wrapper .child .dtr-details > li span.dtr-data {
	vertical-align: middle !important;
	min-height: 40px;
}


table.dataTable>tbody>tr.child ul.dtr-details > li:last-child > span.dtr-title, 
table.dataTable>tbody>tr.child ul.dtr-details > li:last-child > span.dtr-data {
	border-bottom: none !important;
}

th.dtr-control {
	content: "" !important;
}

th.dt-center,
td.dt-center {
	text-align: center !important;
	vertical-align: middle !important;
}

  .dt-container>div.row {
  	margin-left: 0;
  	margin-right: 0;
  }

.badge-sm {
	width: 1rem !important;
	height: 1rem !important;
	min-width: 1rem !important;
}


/* .select2-selection__clear {
	position: absolute !important;
	right: 15px !important;
}
.select2-selection__rendered {
	padding-left: 0px !important;
	padding-right: 20px !important;
} 
.select2-container--bootstrap5
	.select2-dropdown
	.select2-results__option.select2-results__option--selected {
	background-position: center left 1.25rem;
}

.select2-results__option--selected {
	background-image: none !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
	right: 40px !important;
}

.form-floating .form-select {
	padding-top: 2.15rem !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	color: #009EF7 !important;
	background-color: #F1FAFF !important;

} */

.swal2-actions {
	direction: ltr;
}

 input[type="search"]::-webkit-search-cancel-button {
 	-webkit-mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	background-color: var(--bs-gray-700);
 	-webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
 	mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");

 }

 .dataTable.collapsed .dtr-control:before {
	margin-right: 0px;
 }

 /* Change the white to any color */
 /* input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
 	-webkit-box-shadow: 0 0 0 30px white inset !important;
 } */