<style type="text/css">
    body {
        width: calc(100% - 50px);
        padding: 35px 25px;
    }

    table {
        font-size: 16px;
        line-height: 24px;
        border: none;
        max-width: 500px;
        margin:auto;
        padding: 0;
        color: #22262A;
        background-color: #FFF;
        font-family: Helvetica, sans-serif;
    }

    table, tr, td {
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }

    h1 {
        font-size: 28px;
        line-height: 29px;
        margin: 16px 0 32px;
        font-family: Helvetica, sans-serif;
    }

    h1 em {
        color: #505962;
        font-style: normal;
    }

    h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0;
        font-family: Helvetica, sans-serif;
    }

    p {
        margin: 0 0 35px 0;
        padding: 0;
    }

    .activate-validity p {
        font-size: 14px;
        font-weight: 500;
        margin: 6px 0 10px 0;
    }

    .activate-validity :nth-child(2) {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
    }

    .footer-links-title {
        margin-top: 36px;
    }

    .footer-text p {
        font-size: 14px;
        line-height: 18px;
    }

    ul {
        margin: 16px 0;
        padding: 0;
    }

    ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    ul li img {
        width: 30px;
        margin-right: 15px;
    }

    .activate-button {
        padding: 15px 26px;
        border-radius: 4px;
        text-transform: uppercase;
        border: none;
        color: #FFF;
        font-size: 12px;
        background: #276B9B;
        font-family: Helvetica, sans-serif;
    }
    .activate-button:hover {
        background: #225D87;
    }

    body.user_invitation__v1.wrapper {
        background-color: #FFF;
        font-family: Helvetica, sans-serif;
        padding: 35px 25px;
    }

    body.user_invitation__v2 {
        background-color: #FFF;
        font-family: Helvetica, sans-serif;
        padding: 35px 25px;
    }

    .text-secondary {
        color: #505962;
    }

    .body-hint {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .app-access-title h3 {
        margin-top: 24px;
    }

    .app-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .app-description {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .orchard-logo,
    .awal-logo {
        width: 150px;
    }

    .sme-logo,
    .knr-logo {
        width: 160px;
    }

    {% if awalUser or knrUser %}

        {% if awalUser %}
            .activate-button {
                background: #7B3A88;
            }
            .activate-button:hover {
                background: #6B3276;
            }
        {% endif %}

        {% if knrUser %}
            .activate-button {
                background: #533790;
            }
            .activate-button:hover {
                background: #48307E;
            }
        {% endif %}

    {% endif %}

    {% if smeUser %}

        .activate-button {
            background: #2D4A9A;
        }
        .activate-button:hover {
            background: #274086;
        }

    {% endif %}
</style>
