﻿
.FooterView {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .FooterView div {
        background-color: var(--ThemeColor);
        border-radius: 50%;
        padding: 20px;
        cursor: pointer;
    }

        .FooterView div:last-child {
            background-color: var(--PositiveColor);
        }