﻿div#global-loader {
	background: #ffffffa1;
}

.search-set {
	gap: 1em;
}
.modal {
	background-color: #00000060;
}
.modal .modal-footer {
	gap: 1em;
}
.modal-90 {
	width: 90%;
	max-width: 90%;
}

.mr-auto {
	margin-right: auto;
}

.toast .close, .toast .btn-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #ffffff;
	opacity: 1;
	width: 20px;
	height: 20px;
	border: 0;
	font-weight: 700;
	background-color: #FF0000;
	border-radius: 50px;
}

.blazored-typeahead__results {
	min-width: 400px;
	width: auto;
	padding: 0;
}

.blazored-typeahead__results-header {
	padding: 0;
}

.blazored-typeahead__result {
	padding: 0;
	border: none;
}

.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-footer {
	padding: .5rem;
}

.form-control,
.form-select {
	height: calc(2.25rem + 2px); /* default Bootstrap input height */
	padding: .375rem .75rem;
}

.search-dropdown {
	max-height: 400px;
	min-height: 100px;
	overflow: auto;
	height: auto;
}

.header .top-nav-search form .btn {
	border-radius: 0 5px 5px 0;
	min-height: 30px;
}

.rtlSettingsOption {
	display: none;
}

/* set active link color */

.sidebar .sidebar-menu > ul li .submenu > ul li a.active,
.sidebar .sidebar-menu > ul > li.submenu-open ul li a.active i,
.sidebar .sidebar-menu > ul > li.submenu-open ul li a.active span,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a.active i,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a.active span {
	color: #FE9F43 !important;
}

/* put layout settings button on bottom right */
.sidebar-contact {
	bottom: 335px;
	top: auto;
}

@media(min-width: 992px) {
	.table td {
		white-space: normal;
	}
}
.table .check-box-col{
	width: 5%;
	min-width: 80px;
}
.table .serial-no-col {
	width: 50px;
}
.table .actions-col {
	width: 5%;
	min-width: 160px;
}
.table .actions-dropdown i {
	margin-right: 0.5em;
}
.blazored-typeahead__input-mask-wrapper{
	white-space: nowrap;
	overflow: hidden;
}
.check:disabled + .checktoggle {
	background-color: #b9b9c380;
}
.check:checked:disabled + .checktoggle {
	background-color: #3eb780a0;
}
.dateTimePickerWrapper {
	position: relative; /* 👈 critical: required for using DateTimePicker component inside responsive/scrollable tables */
}
.bootstrap-datetimepicker-widget {
	z-index: 9999999; /* keep it above table */
}
	.bootstrap-datetimepicker-widget a[data-action=today] span {
		color: #0d6efd;
	}
		.bootstrap-datetimepicker-widget a[data-action=today] span::after {
			font-family: "Nunito", sans-serif;
			font-size: 0.9rem;
			content: " Go to Today"; /* ✅ adds visible text */
			margin-right: 5px;
			color: #0d6efd;
		}