﻿.bz-sidebar {
	--b-sidebar-max-width: 50%;
	--b-sidebar-width: 30%;
	min-height: unset !important;
	height: 100% !important;
	position: relative;
	left: 4%;
	top: 0;
	background-color: #3a6f9b !important;
}

.bz-sidebar-content {
	background: transparent !important;
}

@keyframes bz-tree-button-animation {
	from {
		padding-left: 2px;
	}

	to {
		padding-left: 6px;
	}
}

.bz-tree-button {
	display: inline-flex;
	align-items: center;
	justify-content: left !important;
	width: fit-content;
	margin-bottom: auto;
	margin-top: auto;
	font-size: 14px;
	height: 16px;
}

	.bz-tree-button:hover {
		box-shadow: none !important;
		border-radius: 8px;
		background-color: #FFFFFF30;
		padding-left: 2px;
		animation-name: bz-tree-button-animation;
		animation-duration: 0.3s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
	}

.bz-floating-button {
	position: absolute;
	z-index: 1000;
	height: 160px;
	width: 28px;
	font-size: 2rem;
	text-align: center;
}

.h5-important{
	font-size: 1.25rem !important;
}