html {
    scroll-behavior: smooth;
}

body {
    display: block;
    background-color: #e9ecef;
}

#viewDiv {
    min-height: 355px;
    height: calc(100vh - 250px);
    max-height: 80vh;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-custom {
    background-color: #e91e63;
    color: #fff;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#err,
#err_user,
#err_pass {
    display: none;
}

.result {
    display: none;
}

.line {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #eee;
    margin: 20px 0 30px;
}

#open-panel-side {
    display: none;
    padding: 18px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.75);
}

#open-panel-side:hover {
    cursor: pointer;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.panel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.panel-side {
    padding: 2px;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 60;
}

.panel-side h3 {
    padding: 0 20px;
    margin: 20px 0;
}

.panel-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-side li {
    list-style: none;
    padding: 8px;
}

.panel-result {
    cursor: pointer;
    margin: 2px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.panel-result:hover,
.panel-result:focus {
    color: orange;
    background-color: rgba(0, 0, 0, 0.75);
}

.unique-color-dark {
    background-color: #1c2331!important;
}

.unique-color-dark-faded {
    background-color: rgb(28 35 49 / 88%)!important
}

@media (min-width: 1920px) {
    .container {
        max-width: 80vw;
    }
}

.searchParking {
    position: sticky;
    top: -2px;
}

#searchParkingInput {
    width: 100%;
    padding: 5px 10px;
    border: none!important;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc;
    outline: none;
}