@import "card-macro.css";
@import "date-picker.css";
@import "spotlight-card.css";
@import "swiper-bundle-min.css";
@import "typography.css";
@import "brand-color-setup.css";
@import "badges.css";

html:not(#__):not(#___) .cadmin.affix,
html:not(#__):not(#___) .cadmin.control-menu-container {
	top: 0;
	z-index: 989;
	position: sticky;
}

.lfr-layout-structure-item-container {
	padding-right: 12px !important;
	padding-left: 12px !important;
}

.swiper-slide {
	height: auto;
}

.swiper-slide:has(.flexible-height) > div,
.lfr-layout-structure-item-custom-card:has(.flexible-height) > div,
.lfr-layout-structure-item-custom-card:has(.flexible-height) .custom-card,
.lfr-layout-structure-item-custom-card:has(.flexible-height) .row,
.lfr-layout-structure-item-custom-card:has(.flexible-height) .card-body {
	height: 100% !important;
}

.login-container,
#_com_liferay_login_web_portlet_LoginPortlet_fm {
	margin: var(--spacer-7) auto;
    max-width: var(--container-max-lg);
}
