﻿.bottom-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 140px;
    background-color: #620869;
    /*background-color: #3EA9DB;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 1000;
}

body {
    margin-bottom: 140px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

#footerBar {
    margin-bottom: 200px;
}