﻿.installPopup {
    position: fixed;
    right: 0;
    bottom: 16px;
    left: 0;
    display: flex;
    margin-bottom: 16px;
    padding: 5px 10px;
    padding-bottom: 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #303030;
    background: #f2f8ff;
    align-items: center;
}

.installPopup:after, .installPopup:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ' ';
    pointer-events: none;
}

.installPopup:after {
    margin-left: -15px;
    border-width: 15px;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f2f8ff;
}

.installPopup:before {
    margin-left: -16px;
    border-width: 16px;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #f9f6f1;
}

.icon1 {
    width: 25px;
    vertical-align: middle;
}

.icon2 {
    height: 30px;
    margin-right: 10px;
}

.left {
}

.right {
}