.text-appprimary {
	color: #ed6b06;
}

.bg-mainmenu {
	background: #2d3748;
}

.bg-mainmenuitem-hover:hover {
	background: #3a4962;
}

.bg-calendar-hover:hover {
	background: var(--bs-gray-100);
}

.mainmenu-icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.star-icon {
	width: 26px;
	height: 26px;
	fill: var(--bs-warning);
}

.star-table-icon {
	width: 16px;
	height: 16px;
	fill: var(--bs-warning);
}

.item-icon {
	width: 16px;
	height: 16px;
}

.btn-mainbutton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
}

.title-shadow {
	box-shadow: inset 5px 0 5px -5px #4a5568;
}

.content {
	padding: 2rem;
	box-shadow: inset 5px 5px 5px -5px #4a5568;
	z-index: 200;
}

.calendarDay {
	display: block;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background-color: var(--bs-light);
	padding-top: 4px;
	text-decoration: none;
}

.calendarDay:hover {
	background-color: var(--bs-gray-200);
}

.calendarItem:hover {
	--bs-bg-opacity: 0.50;
}

.calendarItemText {
	font-size: 12px;
	margin: 0px;
}

.customerRow {
	position: relative;
}

.customerRow a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.fill-warning {
	fill: var(--bs-warning);
}

.fill-danger {
	fill: var(--bs-danger);
}

.text-bold {
	font-weight: bold;
}

.cursor-pointer {
	cursor: pointer;
}

.form-control-readonly {
	min-height: 1.5rem;
}

.form-control-textarea-readonly {
	min-height: 8rem;
}