/**
 * @env: lumapps-eu
 * @customerName: IDKIDSGROUP
 * @customerId: 6610354811437056
 * @account: _app_lumapps_adm@idgroup.com
 *
 * @instanceName: Forum
 * @instanceId: 6075811234840576
 *
 * @styleName: IDKids
 * @styleId: 5611495138263040
 * @styleType: Global platform
 * @kind: custom
 *
 * @url: https://sites-eu.lumapps.com/a/idkidsgroup/home
 */

body {
	font-family     : 'Poppins', sans-serif;
	background-color: #f2f1f1;
}

/* Widgets Titles */

.widget-header__title {
	text-transform: uppercase;
}

/* Widgets Footer */

.widget-footer__link {
	text-transform: uppercase;
}

/* Footers */

.widget-footer .widget-wrapper {
	-webkit-transition: all .3s ease-in-out;
	transition        : all .3s ease-in-out;
}

.widget-content-list__tab.widget-content-list__tab--is-selected {
	border-bottom-color: rgba(0,0,0,.12) !important;
	background-color   : #e21a1c !important;
	color              : #ffffff !important;
}

.widget-content-list__tab {
	height            : 38px;
	border-right      : 1px solid rgba(0,0,0,.12) !important;
	margin            : 0 5px;
	border-right-color: rgba(0,0,0,.12) !important;
}

/* User Directory */

.user-directory__header {
	border-bottom: none;
	display      : none;
}

.user-directory__wrapper {
	box-shadow      : none;
	margin-top      : 32px;
	background-color: transparent;
}

.widget--shared-a-widget-no-drive-title .widget-file-list-toolbar__folder-name {
	display: none !important;
}

/* REWORKED UI - Top Bar */

/* Margin adjustment for border bottom */
.main-nav-item--primary .lumx-list-item__link,
.main-nav-item--primary .lumx-list-item__wrapper {
	margin: 0 12px;
}
/* Custom hover state */
.reworked-ui .header-main-nav .main-nav__root li.main-nav-item--primary:hover {
	box-shadow: inset 0 -4px 0 #DC0F14;
}
/* Custom active state */
.reworked-ui .header-main-nav .main-nav__root li.main-nav-item--is-active {
	box-shadow: inset 0 -4px 0 #DC0F14;
}
