html,
body {
	padding: 0;
}

body:has(.sticky-menu) #contentframe_container_x_lcr3 {
	padding-top: 2rem;
}

.modal {
	background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	display: none!important;
}

.content_inner_info #info_description #intro_hr {
	display: none;
}

#layout_footer_div footer {
	background: var(--color-green);
}

#layout_footer_div footer .row-2,
#layout_footer_div footer #scrolltotop {
	background: var(--color-dark-green);
}

#layout_footer_div footer,
#layout_footer_div footer * {
	color: #fff;
}

#layout_footer_div footer img.logo {
	height: 75px;
}

#layout_footer_div footer h3 {
	font-size: 24px;
}

.tophed + br,
.tophead + br,

.tophed hr,
.tophead hr,
table:has(.tophed) tr:has(hr) hr,
table:has(.tophead) tr:has(hr) hr,
.cnt_head hr,
.message_title hr,
#info_description hr,
.member-information-table-first tr:has(hr) {
	display: none;
}

#tophead_br,
#tophead_hr {
    display: none;
}

#admin_div a {
	--bs-link-color-rgb: rgb(from #fff r g b / 1);
	color: var(--bs-link-color-rgb);
}