.trackmap_wrapper {
    width: 100%;
    height: calc(100vh - 50px);
    agm-map {
        width: 100%;
        height: 100%;
    }
}

.footer_bay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    .rider_image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        float: left;
        background-color: #a8a8a8;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
        }
    }
    .rider_detail {
        float: left;
        padding: 5px;
        padding-left: 10px;
        width: calc(100% - 160px);
        h5 {
            margin: 0px;
            padding: 0px;
            color: rgba(59, 57, 77, 1);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        p {
            margin: 0px;
            padding: 0px;
            color: rgba(176, 174, 199, 1);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
    .rider_time {
        float: left;
        width: 110px;
        font-size: 35px;
        font-weight: 900;
        color: rgba(59, 57, 77, 1);
        padding: 5px;
        padding-left: 15px;
        span {
            color: rgba(176, 174, 199, 1);
            font-size: 16px;
            padding-left: 5px;
            font-weight: 400;
        }
    }
    .rider_call {
        background-color: rgba(53, 203, 171, 1);
        color: #fff;
        float: right;
        height: 50px;
        padding: 14px;
        font-size: 16px;
        width: 100px;
        border-radius: 5px;
        font-weight: 700;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
}