/**/
.menuTitle {
    font-size: 18px;
}

.test-mode-btn
{
    font-size: 14px;
}

/* Homepage */
.menuItem {
    padding: 10px;
    width: 200px;
    height: 150px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

    .menuItem:hover {
        background-color: var(--hover-color);
        color: var(--primary);
        border-radius: 10px;
        cursor: pointer;
    }

    .menuItem .menuIcon {
        font-size: 40px;
    }

    .menuItem img {
        width: 50px;
    }

    .menuItem p {
        font-size: 1.2em;
    }

header.hero {
    padding: 75px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    font-weight: bold;*/
}

.cta-text {
    font-size: 40px;
    font-weight: bold;
    font-family: "Inter", serif;
}

.feature-home {
    background-image: linear-gradient(45deg,#DDEA84,#88B42A)
}

.feature-bg {
    background: var(--primary);
}

.login-hero
{
    padding: 100px;
    height: 100vh;
}

.mini-logo {
    width: 48px;
}

.launcher-title
{
    font-weight: bold;
    font-size: 14px;
}

.launcher-icon
{
    width: 32px;
}

.launcher-menu-icon
{
    width: 24px;
}

.launcher-link
{
    color: var(--tertiary);
    text-decoration: none;
}

#module-launcher-btn:hover{
    background: var(--secondary);
}

.launcher-icon:after
{
    content: " →";
}


/*div.popover*/
/*{*/
/*transform: translate(10px, 63px) !important*/
/*}*/

/* Laucher*/
.greeting
{
    font-size: 20px;
    color: #585050;
}

.greeting-icon
{
    font-size: 36px;
}
.launcher-icon-home
{
    width: 96px;
}

.module:hover
{
    background: var(--primary);
    color: var(--on-primary);
}

.agency-name
{
    font-size: 12px;
}
