body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content {
    visibility: hidden;
}

#content-container {
    position: absolute;
    z-index: 5;
    width: 100%;
    pointer-events: none;
}

#mob-card {
    margin: 0;
    padding: 0;
}

#search {
    pointer-events: all;
}

.card {
    pointer-events: all;
}

.fixed-row-bottom { 
    position: fixed !important; 
    bottom: 0 !important;
}

.preloader-wrapper {
    /* position: absolute; */
    z-index: 10;
}

.set-margins{
    margin-top: 5%;
}

.img-style {
    width: 30% !important; 
    margin: 0 auto;
}

.highlight{
    display: none;
}

.card-action {
    display: none;
}

div#content {
    width: 100%; height: 100%;
}

div#map-container{
    width: 100%;
    height: 100%;
}