footer, footer *, header, header * {
    box-sizing: border-box;
    float: none;
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

header {
    background: #fff;
    min-width: 1030px;
    margin: 0 0 14px;
    padding: 0;
    font-size: 13px;
    display: block;
    position: relative;
    box-shadow: -5px 7px 7px -7px #00000029;
}

    header #header-app-name {
        justify-content: center;
        align-items: center;
        min-height: 72px;
        margin-bottom: 8px;
        display: flex;
    }

        header #header-app-name > a > svg {
            position: absolute;
            top: 9px;
            left: 15px;
        }

            header #header-app-name > a > svg, header #header-app-name > a > svg image {
                width: 207px;
                height: 41px;
            }

        header #header-app-name > a > span:not(#dealerName) {
            color: #555;
            font-size: 15px;
            font-weight: 700;
            position: absolute;
            top: 50px;
            left: 91px;
        }

        header #header-app-name #dealerName {
            font-size: 16px;
            font-weight: 700;
            display: none;
        }

    header #support-icon {
        position: absolute;
        bottom: -2px;
        right: 15px;
    }

        header #support-icon img {
            width: 24px;
            height: 24px;
        }
    header #webinar-icon {
        position: absolute;
        bottom: -5px;
        right: 50px;
    }

        header #webinar-icon img {
            width: 32px;
            height: 32px;
        }

body {
    background: #fff;
    flex-direction: column;
    min-height: 100dvh;
    margin: 0;
    display: flex;
}

main {
    box-sizing: border-box;
    flex: 1;
    margin: 0 auto;
    padding: 7px 33px 0;
}

footer {
    border-top: 1px solid #a9c1fc;
    margin-top: 37px;
    display: block;
}

    footer div {
        border-top: 1px solid #c5d5fd;
        justify-content: center;
        align-items: center;
        padding: 9px 0;
        display: flex;
    }

    footer p {
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1em;
        display: inline-block;
    }

    footer a, header a {
        cursor: pointer;
    }

.ui-widget, body {
    font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 69px 5px 13px;
}

.dealer-name {
    font-size: 16px;
    font-weight: bold;
}


