@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --blue-color: #2445cc;
}

/* LOGIN */
.login-logo {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

.login-logo img {
    max-width: 200px;
}

.comm-page-login-home .contentRegion > div,
.comm-page-forgot-password .contentRegion > div {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 12px;
}

body .salesforceIdentityLoginBody2 .cCenterPanel {
    width: 100%;
    max-width: 540px;
}

.salesforceIdentityLoginBody2 .cCenterPanel .employeeLoginLink.salesforceIdentityEmployeeLoginLink2 a,
.salesforceIdentityLoginBody2 .cCenterPanel a.inverseTextColor {
    color: var(--lwc-colorTextDefault);
    font-size: 16px;
}

.salesforceIdentityLoginBody2 .cCenterPanel a.inverseTextColor:hover {
    text-decoration: underline;
    color: var(--blue-color);
}

.salesforceIdentityLoginForm2 > div:last-child {
    text-align: center;
}

.salesforceIdentityLoginForm2 .slds-button.slds-button--brand,
.salesforceIdentityForgotPassword2 .slds-button.slds-button--brand {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    background: var(--blue-color);
}

.salesforceIdentityLoginForm2 .slds-button.slds-button--brand:hover,
.salesforceIdentityForgotPassword2 .slds-button.slds-button--brand:hover {
    background: var(--lwc-colorTextDefault);
}

body .salesforceIdentityLoginForm2 .inputContainer {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

body .salesforceIdentityForgotPassword2 .inputContainer {
    padding: 5px 10px;
}

body .salesforceIdentityLoginForm2 .inputContainer .uiInput.uiInputText {
    width: 100%;
}

body .salesforceIdentityLoginForm2 .inputBox {
    width: 90%;
}

body .login-text {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

body .ui-widget .login-text a {
    color: var(--blue-color);
}

body .ui-widget .login-text ul,
body .ui-widget .login-text ul li {
    padding: 0;
}

/* DEAL REGISTRATION */
.comm-page-deal-registration-flow .slds-card.forceCommunityFlowCommunity {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
    border: none;
}

.comm-page-deal-registration-flow .cb-section.forceCommunitySection {
    margin: 30px 0;
}

.comm-page-deal-registration-flow .slds-card.forceCommunityFlowCommunity .slds-card__header-title {
    font-size: clamp(2.01 * 1rem, ((2.01 - ((3 - 2.01) / (90 - 20) * 20)) * 1rem + ((3 - 2.01) / (90 - 20)) * 100vw), 3 * 1rem);
    line-height: 1.2;
    color: var(--blue-color);
    font-weight: 600;
}

.comm-page-deal-registration-flow .slds-card.forceCommunityFlowCommunity .slds-button.slds-button_brand {
    border-radius: 8px;
    font-size: 16px;
    background: var(--blue-color);
    border-color: var(--blue-color);
}

/* HEADER */
body .header .forceCommunityThemeNav .mainNavItem .linkBtn,
body .header .forceCommunityThemeNav .mainNavItem .subMenu a {
    font: 300 13px 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

body .header .forceCommunityThemeNav .mainNavItem .subMenu a {
    padding: 12px 4px;
}

body .header .slds-button.search-triggerButton:focus {
    box-shadow: none;
    outline: unset;
}

@media screen and (min-width: 768px) {
    body .header .forceCommunityThemeNav .mainNavItem {
        padding-left: 24px;
    }

    body .header .forceCommunityThemeNav .visible-links {
        align-items: center;
    }
}

.comm-page-home .hero .ctaButtons a {
    font-size: 16px;
}

.comm-page-home .hero .content .contentTitle {
    font-size: clamp(2.25 * 1rem, ((2.25 - ((3.75 - 2.25) / (90 - 20) * 20)) * 1rem + ((3.75 - 2.25) / (90 - 20)) * 100vw), 3.75 * 1rem);
    font-weight: 800;
    text-transform: uppercase;
}

/* HOME PAGE -> status */
.home-page-status {
    text-align: center;
}

.home-page-status img {
    width: 100%;
}

/* HOME PAGE -> Available Programs */
.ui-widget runtime_ses_base-card h2.slds-text-heading_medium {
    font-size: 38px;
    text-transform: uppercase;
    color: var(--blue-color);
    font-weight: 600;
}

.ui-widget runtime_ses_base-card .slds-button.slds-button_neutral,
.ui-widget runtime_ses_base-card .slds-card__footer .slds-card__footer-action.slds-button_reset {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    background: var(--blue-color);
    color: #fff;
    line-height: 21px;
    padding: 6px 16px;
}

.ui-widget runtime_ses_base-card .slds-button.slds-button_neutral:hover,
.ui-widget runtime_ses_base-card .slds-card__footer .slds-card__footer-action.slds-button_reset:hover {
    background: var(--lwc-colorTextDefault);
}

.ui-widget runtime_ses_base-program-collection-list ul li lightning-icon {
    background: #27dab3;
}

body .ui-widget runtime_ses_base-program-collection-list ul li runtime_ses_base-heading a[part="title link"] {
    color: var(--lwc-colorTextDefault);
}

body .ui-widget runtime_ses_base-program-collection-list ul li runtime_ses_base-heading a[part="title link"]:hover {
    color: var(--blue-color);
}

/* HOME PAGE -> quick links */
.home-page-quick-links {
    padding: 30px 0;
}

.home-page-quick-links .home-page-quick-links__title {
    font-size: clamp(2.01 * 1rem, ((2.01 - ((3 - 2.01) / (90 - 20) * 20)) * 1rem + ((3 - 2.01) / (90 - 20)) * 100vw), 3 * 1rem);
    line-height: 1.2;
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.home-page-quick-links .home-page-quick-links__sibtitle {
    font-size: clamp(1.125*1rem, ((1.125 - ((1.25 - 1.125)/(90 - 20)* 20))*1rem + ((1.25 - 1.125)/(90 - 20))*100vw), 1.25*1rem);
    line-height: 1.5;
    text-align: center;
}

/* HOME PAGE -> tiles */
.anomali-hp-tiles {
    padding: 30px 0 0;
}

.anomali-hp-tiles .tiles-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.anomali-hp-tiles .tile-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    padding: 16px 20px;
    width: 30%;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.02);
    transition: .3s ease-in-out;
}

.anomali-hp-tiles .tile-item:hover {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
    border-color: #b4b4b4;
    transform: translateY(-5px);
}

.anomali-hp-tiles .tile-item__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.anomali-hp-tiles .tile-item__title img {
    width: 50px;
}

.anomali-hp-tiles .tile-item__title h4 {
    font-size: 26px;
}

.anomali-hp-tiles .tile-item__description {
    font-size: clamp(1.125*1rem, ((1.125 - ((1.25 - 1.125)/(90 - 20)* 20))*1rem + ((1.25 - 1.125)/(90 - 20))*100vw), 1.25*1rem);
    line-height: 1.5;
    margin-bottom: 16px;
}

.anomali-hp-tiles .tile-item__link {
    font-size: 16px;
    font-weight: 600;
    color: var(--blue-color);
    margin-top: auto;
    transition: .3s ease-in-out;
}

.anomali-hp-tiles .tile-item__link img {
    width: 30px;
    transition: .3s ease-in-out;
}

.anomali-hp-tiles .tile-item__link:hover img {
    transform: translateX(8px);
    filter: brightness(0.35) saturate(0.8);
}

.anomali-hp-tiles .tile-item__link:hover {
    color: var(--lwc-colorTextDefault);
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .anomali-hp-tiles .tile-item {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .anomali-hp-tiles .tile-item {
        width: 100%;
        max-width: 500px;
    }

    .anomali-hp-tiles {
        padding: 15px 0;
    }
}

/* FOOTER */
body .siteforceThemeLayoutStarter > .body {
    min-height: calc(100vh - 178px);
}

.anomali-wrapper {
    max-width: 1344px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}