/** Compiled: 24.09.2025 - 11:53:49*/
@charset "UTF-8";
/** user-common.css ver: 1758714250*/
#userprofile-wrap .ui.header.green {
	border-color: var(--main--theme-text-color-light);
	color: var(--main--theme-text-color-light);
}
#userprofile-wrap .ui.tab.segment.green {
	border-top-color: var(--main--theme-text-color-light);
}
#userprofile-menu .item.active.green {
	color: var(--main--theme-text-color-light);
}

/** login-form.css ver: 1758714250*/
html {
/* 	height: auto; */
}
body {
	background: var(--main--theme-section-bgr);
	height: auto;
}

main.site-main,
.site-main article,
.site-main .entry-content {
	display: grid;
}
.site-main .entry-content { 
	background: transparent; 
}


/** Small line below Title */
.ui.divider.sg-divider-small { 
	background: var(--main--theme-color); 
	max-width: 3em; 
	height: 0.3em; 
	margin-bottom: 2em;
}

#sgsm-login-wrap,
#sgsm-register-wrap {
	background: white;
	box-shadow: 0px 3px 6px #00000029;
}

.sgsm-bottom-border {
	border-bottom: 2px solid var(--main--theme-color);
}

