.bottom-nav {
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	z-index: 100;
}
.bottom-nav .nav-ite{
	margin-right: 15px;
}
.bottom-nav .nav-item div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5px 10px;
}
.bottom-nav .nav-item:hover {
	background-color: var(--bs-primary);
	color: #fff;
	cursor: pointer;
}
.bottom-nav .nav-item svg {
	fill: currentColor;
	width: 24px;
}
#status {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%); 
	z-index: 999999;
}
#status .spinner-border {
	width: 1.5rem;
	height: 1.5rem;
}
#status .alert {
	margin: 0;
	padding: 10px;
	border-radius: 5px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 200;
    font-size: 14px;
}
#missingCredential {
	display: none !important;
}