body,
body.without_bg {
	background-color: #fff;
}
.header {
	background-image: none;
	background-color: transparent;
	/* box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.12); */
}
.without_bg .header {
	background-color: #fff;
}
.brand_logo {
	width: 115px;
	margin-right: 32px;
}
.sidebar_section {
	min-height: calc(100dvh - 64px - 16px);	
	overflow: hidden;
	overflow-y: auto;
	padding-top: 24px;
	position: sticky;
	top: 64px;
}
.sidebar_section .nav-link {	
	padding: 10px 16px 10px 24px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;	
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 400;	
	color: #212020;
	font-size: 14px;
}

.sidebar_section .nav-link.active {
	background-color: #e8f0fe;	
}

.profile-content {
	padding: 24px 16px 40px;
}
.profile-content__heading {
	font-size: 1.75rem;
	font-weight: 400;
}
.profile-content__h5 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.profile-content__p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #475569;	
}
.custom-hr {
	margin-bottom: 2rem;
	border-color:#e1e3e1;
	background-color: #e1e3e1;
}
.card-custom {
    border-radius: 8px;
    padding: 24px;
    margin-top: 20px;
    background: rgba(255 255 255 / 0.72);
    backdrop-filter: saturate(180%) blur(16px);
    /* box-shadow: inset 0px -1px 9px -1px rgb(231 231 231); */
	border: 1px solid #e1e3e1;
}
.link_hover__bg:hover {
	background-color: #f6f6f6;
}
.material-icons {
	vertical-align: middle;
}

.profile-img {
	width: 40px;
	height: 40px;
	background-color: #2e7d32;
	color: white;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile_card__header {
	padding-bottom: 24px;
}
.profile__h_6 {
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 4px;
}
.profile__p {
	font-size: 13px;
}
.avatar-upload-label {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;	
	position: relative;
	width: 140px;
	margin: 0 auto 24px;
}
.avatar-upload-label img.avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #499473;
    box-shadow: 0 0 12px rgba(99 102 241, 0.5);
    transition: box-shadow 0.3s ease;
}
input#avatar-upload {
    display: none;
}
.profile_edit_ico {
	position: absolute;
    bottom: 42px;
    right: 20px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}
.avatar-upload-label p {
	font-size: 0.9rem;
    color: #4b5563;
    font-weight: 500;
}
.edit_icon__pro {
	font-size: 15px;
	color: #4b5563;
	cursor: pointer;
}
.tr__profile > td {
	border-bottom: 1px solid #eee;	
	padding-block: 15px;
}
.tr__profile:first-child > td,
.tr__profile:last-child > td {
	border-bottom: 0;
	padding-bottom: 0;
}
.profile_label {
	font-weight: 500;
    font-size: 14px;
    color: #4b5563;
	letter-spacing: 0.02em;
    display: block;
    margin-bottom: 8px
}
.profile_val {
	border: 1px solid #f2f2f2;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #333;
	background-color: #fafafa;
	cursor: text;
}
.profile_card__body {

}
.authentication_link {	
	position: relative;
	width: 100%;
	padding-left: 24px;
}
.authentication_flex {
	padding: 15px 24px 16px 0px;
	border-bottom: 1px solid #e1e3e1;
	color: #1f1f1f;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.5;
	letter-spacing: 0.02em;
}
.authentication_link:nth-last-of-type(1) .authentication_flex {
	border-bottom: 0;
}
.icon-security__sm {
	flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
	color: #444746;
	font-size: 1rem;
}
.authentication_main {
	flex: 1 1 0;
}
.authentication_text {
	display: flex;
    padding-right: 24px;
	flex: 0 0 50%;
	max-width: 50%;
}
.authentication_navigate {
	flex-grow: 0;
    flex-shrink: 0;
    margin-left: 16px;	
}
.with_ico {
	display: flex;
	align-items: center;
	gap: 8px;
}
.without_ico {
	color: #444746;
}
.style_icons_1, .style_icons_2, .style_icons_3{
	font-size: 20px;
}
.style_icons_1 {
	color: #1e8e3e;
}
.style_icons_2 {
	color: #1a73e8;
}
.style_icons_3 {
	color: #f09d00;
}
.authentication_navigate > span {
	color: #444746;
	font-size: 28px;
}