body {
    background-color: black;
    color: aliceblue;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.time-date {
    display: flex;
    justify-content: end;
}

.ite {
    height: 44px;
}

.time {
    margin: 14px 10px 2px 10px;
}

li {
    list-style: none;
    margin: 4px 42px;

}

.car-left-side-img {
    padding: 0;
    display: flex;
}

.car-left-side-img img {
    height: 42px;
}
.car-dashboard .map-responsive{
    border-radius: 10px;
}


p{
    font-size:12px;
    font-weight: 400;
    overflow-wrap: break-word;
}
.distance-meter{
    font-weight: 700;
    color: brown;
    white-space: pre-wrap;
}
.line{
    border: 1px solid rgb(255, 255, 255);
}
.Music-Player img {

width: 60%;
margin: 0px 72px 0px 72px;
border: 1px solid white;
}
.left-side-items{
    display: flex;
justify-content: center;
}
.details{
    padding-left: 50px;
}

@media (max-width: 768px) {
    .car-dashboard {
        flex-direction: column;
        align-items: center;
    }

    .col-md-12.col-lg-4.col-sm-12.details {
        text-align: center;
        padding-left: 0;
    }

    .map-responsive iframe {
        width: 100%;
        height: 300px;
    }
    .col-md-8 {
        width: 100%;
    }
    li {
        list-style: none;
        margin: 4px 20px;
    }
    .Music-Player img {
        width: 26%;
    }
    .content{
        text-align: left;
        padding-left: 10px;
    }
    .total-time{
        text-align: left;
        padding-left: 10px;
    }
    .total-km{
        text-align: left;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 1269px) and (min-width: 1000px) {
    li {
        list-style: none;
        margin: 4px 15px;
    }
}
@media (max-width: 580px) {
    .Music-Player img {
        width: 46%;
    }
}
