body, html {
    height: 100%;
    overflow-x: hidden;
    background-color: #212529; 
}

#map-container {
    width: 99%;
    margin: 0 auto;
}

#map {
    width: 100%;
    height: 99vw; 
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    margin-bottom: 5px; 
}

.controls-container {
    width: 99%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; 
}

.custom-switch {    
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    gap: 10px; 
    padding-left: 0; 
    margin-top: 5px;
}

.custom-switch .form-check-input {
    float: none; 
    margin-left: 0;
    cursor: pointer;
    width: 3.5em !important; 
    height: 1.7em !important;
    background-color: #198754; 
    border-color: #198754;
}

.form-check-input:checked {
    background-color: #000000 !important; 
    border-color: #198754 !important;
}

.label-fuel {
    font-size: 0.9rem;
    color: white;
    user-select: none; 
}


#details-box {
    border: 1px solid #444;
    border-radius: 10px;
    background-color: #2c3034 !important; 
}

#details-box h5 {
    color: #198754; 
}

.btn-success {
    background-color: #198754;
    border: none;
    padding: 10px 20px;
}