body {
    font-family: 'Poppins';
}

#vehicleInfo-driverProfile {
    float: right;
    border-radius: 50%;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.order-pane {
    display: block;
}

.delivery-info-pane {
    display: block;
}

.mapcanvas {
    height: 320px;
}
@media (min-height: 750px) {
    .mapcanvas {
        height: 450px;
    }
}

@media (min-height: 950px) {
    .mapcanvas {
        height: 650px;
    }
}

.btn-pn {
    background: #33687B;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.nav-link {
    color: #33687B;
}

.tab-header {
    margin-top: 5px;
}

.btn-pn:hover {
    background: #155c76;
    color: #FFFFFF;
}

.btn-pn-clear {
    background: #FFFFFF;
    border: 1px solid #33687B;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #33687B;
}

.form-select {
    border: 1px solid #33687B;
    border-radius: 8px;
}

.form-control {
    border: 1px solid #33687B;
    border-radius: 8px;
}

.form-check-input:checked {
    background-color: #33687B;
    border-color: #33687B;
}

.location-span {
    font-size: small;
    font-family: 'Courier New', monospace;
}



.form-range::-webkit-slider-thumb {
    background-color: #33687B;
}

.custom-bubble {
    padding: 4px 8px;
    max-width: fit-content;
    max-height: fit-content;
    background-color: #EAF0F6;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    color: #33687B;
}

li.cursor-hand {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.label {
    color: #000;
    background-color: white;
    border: 1px solid #000;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding: 2px;
}

.label.green {
    background-color: #58D400;
}