.dash-nav.dash-nav-dark a.active {
    background: #212834;
}

.info-counter-btn:hover {
    background: #e9edf4;
    color: #7319fb;
}

.hide {
    display: none;
}

.parking-icon {
    font-size: 50px;
    padding: 0px 15px;
    border-radius: 11px !important;
    color: white;
}


.registration-ui {
    padding: .02em 0.5em .02em 0.7em;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    border-left: 5px solid #063298;
}

.custom-file-label {
    display: inline-block;
    min-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}



.title-top thead th {
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}

.company_name {
    cursor: pointer;
}

.company_name:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.clear-file,
.pointer {
    cursor: pointer;
}

.image-logo {
    height: 30px;
    margin-right: 10px;
}

.mt-35 {
    margin-top: 35px;
}

.fa-marker-margin {
    margin-right: 10px !important;
    margin-left: 2px;
}

.dash-nav-dark {
    z-index: 1;
}

/* .dash-app {
    overflow: hidden;
} */

.chart-container {
    /* width: 100%;
    /* height: 400px; */
    margin: auto;
    height: 40vh;
    /* Dynamic height relative to viewport */
}

@media (max-width: 600px) {
    .chart-container {
        height: 50vh;
        /* Smaller height for small screens */
    }
}