* {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.special {
	font-size: 0.8em; /* Adjust as needed */
}



#card {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s
		box-shadow, .3s -webkit-transform
		cubic-bezier(.155, 1.105, .295, 1.12);
	cursor: pointer;
}

.modal.fade .modal-dialog {
	transform: scale(0.8);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
	transform: scale(1);
}

.small-font-title {
	font-size: 1.1em; /* Adjust as needed */
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.modal-footer-title {
	font-size: 1.1em; /* Adjust as needed */
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.small-close-title {
	font-size: 0.9em; /* Adjust as needed */
	color: black;
	font-weight: bold;
}

a.tox-promotion-link {
	display: none !important;
}

span.tox-statusbar__branding {
	display: none !important;
}

#card:hover {
	transform: scale(1.10);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

hr {
	display: block;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 2px;
}

#th-font {
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
}

#th-font_1 {
	font-size: 11px;
	white-space: wrap;
	text-align: center;
}

#th-font_2 {
	font-size: 10px;
	white-space: wrap;
	text-align: center;
}
#th-mis-font {
	font-size: 11px;
	white-space: nowrap;
	text-align: left;
}

#td-font {
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
}

.select-font {
	background-color: green;
	text-align: left;
	color: white;
}

#test {
	display: none;
}

#test_1 {
	display: none;
}

.breadcrumb-item {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.modal-title {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#card_label_font {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
}

.GFG {
	background-color: white;
	border: 2px solid black;
	color: green;
	padding: 5px 10px;
	cursor: pointer;
}

#drop-down-font {
	font-size: 0.8em;
}

#drop-down-font-disabled {
	font-size: 1em;
	font-weight: lighter;
}

#label-font {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

#label-font-big {
	font-size: 0.9em;
	font-weight: bold;
}

#multiple-select {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	letter-spacing: 0.5px;
	font-weight: bold;
}

#star {
	color: red;
	font-size: 4px;
}

#card-font {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
}

#side-menu-font {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4px;
}

#footer-font {
	font-size: 0.7em;
}

#span-font {
	color: red;
	font-size: 5px;
}

#span-font-path {
	font-size: 0.8em;
}

.highlight1 {
	background-color: green;
	text-align: center;
	color: white;
	display: inline-table;
	width: 100px;
	letter-spacing: 2px;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.badge-sm {
	min-width: 1em;
	padding: .20em !important;
	margin-left: .1em;
	margin-right: .1em;
	color: white !important;
	cursor: pointer;
}

table.dataTable td {
	font-size: 0.8em;
	white-space: nowrap;
	text-align: center;
	line-height: 0.4px;
	font-family: Arial, Helvetica, sans-serif;
}

table.dataTable tr.dtrg-level-0 td {
	font-size: 0.7em;
	white-space: nowrap;
	text-align: center;
	line-height: 0.4px;
	font-family: Arial, Helvetica, sans-serif;
}


.loader-div {
	display: none;
	position: fixed;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 30001;
	opacity: 0.8;
}

.loader-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}