/* styling the Popovers */
.driver-popover-close-btn:hover {
    color: #0DA6A6;
}

.driver-popover-title {
    color: #0DA6A6;
    text-align: center;
}

.driver-popover-footer {
    border-top: 1px solid lightgray;
    padding-top: 10px;
}

.driver-popover button {
    text-align: center;
    background-color: #0DA6A6;
    color: #ffffff;
    border: 2px solid #0DA6A6;
    text-shadow: none;
    font-size: 14px;
    border-radius: 6px;
    float: right;
}

.driver-popover button:hover {
    text-align: center;
    background-color: #033333;
    color: white;
    border: 2px solid white;
    text-shadow: none;
    font-size: 14px;
    border-radius: 6px;
}

.driver-popover {
    box-shadow: 5px 5px #0DA6A6;
}



.driver-popover-close-btn {
    text-align: center;
    background-color: transparent !important;
    color: black !important;
    border: 2px solid transparent !important;
    text-shadow: none;
    font-size: 14px;
    border-radius: 6px;
    float: right;
}

.driver-popover button:hover {
    text-align: center;
    background-color: #033333;
    color: white;
    border: 2px solid white;
    text-shadow: none;
    font-size: 14px;
    border-radius: 6px;
}