﻿.basic-tracking .map-container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: auto;
    height: calc(100vh - 465px);
}

    .basic-tracking .map-container .map-canvas {
        position: absolute;
    }s

.basic-tracking .button-container-bar {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: var(--primary-company-color);
    text-align: center;
    box-shadow: 0 -1px 3px 0 rgba(40, 40, 55, 0.4);
}

.basic-tracking .button-container {
    display: flex;
    flex-direction: row;
/*    max-width: 1024px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: var(--primary-company-color);
    text-align: center;
}

.basic-tracking button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    font-size: 10px;
    cursor: pointer;
}

.button-container-bar button {
    width: 25%;
}
