.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 30px;
	z-index: 1;
	top: 10px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label .feather-edit-2 {
	color: #757575;
	margin-top: 7px;
	margin-left: 8px;
}

.avatar-upload .avatar-edit input+label:after {
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-upload .avatar-preview {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.navbar-header.expanded .nav .nav-item .navbar-brand .brand-logo img {
	height: auto;
	width: 100% !important;
	transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
}

.navbar-header .nav .nav-item .navbar-brand .brand-logo img {
	width: 41px !important;
	height: 50px !important;
	margin-top: 5px !important;
	transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
}

::selection {
	color: var(--bs-white);
	background: var(--bs-primary);
}

.timeline-header {
	display: flex;
	justify-content: space-between;
	/* Aligns status on the left and time on the right */
	align-items: center;
	width: 100%;
}

.ds-none {
	display: none;
}