/* Driver.js WebWay: camada global para tutoriais guiados. */
.driver-popover {
    z-index: 610000 !important;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.driver-overlay,
.driver-stage,
.driver-active-element {
    z-index: 609000 !important;
}

.driver-popover-title {
    color: #1f3f6d;
    font-size: 15px;
    font-weight: 700;
}

.driver-popover-description {
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
}

.driver-popover-footer button {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.driver-popover-next-btn,
.driver-popover-done-btn {
    background: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
}

.driver-popover-prev-btn {
    background: #fff !important;
    border-color: #ccc !important;
    color: #333 !important;
}
