.driver-popover-content {
    width: 40vw !important;
}

.driver-popover-prev-btn, .driver-popover-next-btn, .driver-popover-done-btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
    text-shadow: 1px 1px 2px rgb(61, 61, 61) !important;
    color: #fff !important;
    border-radius: 0.375rem !important;
}

.driver-popover-next-btn:has(.driver-done) {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.driver-popover-next-btn:has(.driver-done):hover {
    background-color: #188131 !important;
    border-color: #188131 !important;
}


.driver-popover-prev-btn {
    background-color: #5c7188 !important;
    border-color: #5c7188 !important;
}

.driver-popover-next-btn {
    background-color: #5c7188 !important;
    border-color: #5c7188 !important;
}

.driver-popover-progress-text {
    font-size: 12px !important;
    color: #555 !important;
}

/* on hover */
.driver-popover-prev-btn:hover, .driver-popover-next-btn:hover {
    background-color: #4a5a6a !important;
    border-color: #4a5a6a !important;
    color: #fff !important;
    text-decoration: none !important;
}