body {
    background-color: #1f2937;
    color: white;
}

.sidebar,
.rightbar,
.content,
.map-container {
    border-radius: 12px;
}

.row.g-3 {
    display: flex;
}

.rightbar {
    margin-left: auto;
    background-color: #111827;
    padding: 20px;
}

.sidebar {
    background-color: #111827;
    padding: 20px;
}

.content {
    background-color: #1f2937;
    padding: 20px;
}

.map-container {
    height: 400px;
    border: 1px solid #374151;
}

.card {
    background-color: #111827;
    border: none;
    border-radius: 12px;
}

.card-body {
    color: white;
}

.leaflet-container {
    border-radius: 12px;
}

.card-body {
    background-color: #111927;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
}

.form-label {
    font-weight: 600;
}

.form-select {
    background-color: #1b2430;
    border: none;
    color: #ffffff;
    height: 45px;
}

.form-select:focus {
    box-shadow: none;
    border-color: #4e8cff;
}

ul.list-unstyled li {
    margin-bottom: 8px;
    font-size: 14px;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    flex: 1;
}

.container-fluid {
    flex: 1;
}

footer {
    color: white;
}