/*
 * ====================================================================================
 * This stylesheet should only contain styles specific to the Commercial Management app
 * If you would like to create a style used across all Commercial Services apps, add
 * it to BlazorUI/wwwroot/css/site.css
   is it being updated?
 * ====================================================================================
 */

.tenant-select-wrapper {
	display: flex;
}

.tenant-selector {
	margin-left: 20px;
	margin-top: -20px;
	border-bottom: none;
	min-width: 200px;
}

.tenant-selector .mud-input-text {
	color: currentColor;
}
.tenant-selector .mud-input.mud-input-underline:before {
	border-bottom: none;
}

.tenant-selector .mud-icon-root.mud-svg-icon {
	fill: white;
}

.tenant-selector .mud-input.mud-input-underline:hover:not(.mud-disabled):before {
	border-bottom: none;
}

.video-container {
	position: relative;
	object-fit: cover;
	border-radius: 10px;
	padding: 10px 0 10px;
}

.btn-carousel {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	background: 0 0;
	border: 0;
	cursor: pointer;
}

.btn-prev {
	left: 0;
}

.btn-next {
	right: 0;
}

.readonly-user {
	color: gray !important;
}

.icon-carousel {
	opacity: 0.9;
	transition: all 0.15s ease;
}

.icon-carousel:hover {
	opacity: 0.7;
}

.icon-carousel:active {
	opacity: 0.7;
}

.icon-next {
	transform: scale(4);
	padding-top: 2px;
	padding-right: 10px;
}

.icon-prev {
	transform: scale(4);
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 2px;
}

.btn-arrow-background {
	background-color: rgba(151, 212, 226, 0.7);
	position: absolute;
	height: 100px;
	width: 75px;
}

.btn-arrow-background.prev {
	border-radius: 25px 25px 0 25px;
}

.btn-arrow-background.next {
	border-radius: 25px 25px 25px 0;
	right: 0;
}

.mud-table-smalldevices-sortselect {
	border-bottom: 1px solid #E0E0E0;
}

.align-items-stretch {
	display: flex;
	flex-wrap: wrap;
}

.d-flex.flex-column.justify-content-end {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (min-width: 800px) {
	.video-container {
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
	.video-container {
		max-width: 80%;
	}
}

@media (min-width: 1600px) {
	.video-container {
		max-width: 70%;
	}
}

@media (min-width: 2000px) {
	.video-container {
		max-width: 60%;
	}
}

@media (min-width: 2500px) {
	.video-container {
		max-width: 50%;
	}
}

.instruction-panel {
	border: 1px solid;
	border-color: transparent;
	border-radius: 3px;
	background-color: var(--mud-palette-info-hover);
	max-width: 100%;
	text-align: justify;
}

.primary-bottom-border {
	border-bottom: solid 1px var(--mud-palette-primary);
}

.naus-badge {
	border-radius: 10px;
	font-size: 10px;
	height: 18px;
	letter-spacing: 0;
	min-width: 20px;
	padding: 2px 4px;
	pointer-events: auto;
	text-indent: 0;
	font-weight: 600;
	top: auto;
	white-space: nowrap;
	color: var(--mud-palette-primary-text) !important;
}

.bg-primary {
	background-color: var(--mud-palette-primary) !important;
}
