* {
    margin: 0;
    padding: 0;
}

#content-container {
    display: flex;
    flex-direction: row;
    background-color: #eee;
}

.content {
    background-color: #eee;
    height: calc(100vh - 54px);
    overflow: auto;
}

.no-padding {
    padding: 0 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }


 /* Car Info */

 .car-wrapper {
    background-color: #eee;
    padding: 0.5em !important;
}

.car img {
    width: inherit;
}

.car {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    width: 300px;
	height: 473px;
}

.car.calendar {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    height: auto;
}

.car-link {
    padding: 0px !important;
    margin: 0px !important;
    text-decoration: none;
    color: inherit;
}

.car-link:hover {
    color: inherit;
}

.spz {
    text-transform: uppercase;
    color: #172d79;
    font-weight: bold;
}

.brand {
    font-weight: bold;
}

.specification-value {
    display: inline-block;
    white-space: nowrap;
}

.specification-value p {
    margin: 0;
    font-size: 0.8em;
}

.specification-value p:first-child {
    margin: 0;
    color: #676767;
    font-style: italic;
}

.specification-value p:not(:first-child) {
    margin: 0;
    color: #676767;
    font-weight: bold;
}

.specifications {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    margin: 1em;
}

.specifications > div {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    width: 50%;
}

.specification {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 1em;
}

.specification img {
    width: 48px;
    height: 48px;
}

.spz, .brand, .home-address, .highway {
    text-align: center;
    margin: 0;
}

.home-address {
    font-size: 1.2em;
    font-weight: bold;
}

 /* End Car Info */

 .over-car-icon-img {
    background-color: #fff;
    width: 64px;
    height: 64px;
 }

 .over-car-icon-img.rounded {
    border-radius: 30px !important; 
 }

 .over-car-icon-img.big {
    width: 256px;
 }

 .over-car-icon-img {
    width: inherit;
    height: auto;
 }

 #notification-bar {
    position: absolute;
    display: none;
    height: 55px;
    width: 100vw;
    background-color: green;
    text-align: center;
    padding-top: 0.5em;
    z-index: 5000;
}

#notification-bar #message {
    color: white;
    font-size: 1.5em;
 }