/* ===========================================================================
   CyberSee — IntroJS Tour Styles
   Extracted from admin.css
   =========================================================================== */

.introjs-tooltip {
    background-color: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 8px;
    max-width: 600px;
    width: auto !important;
    white-space: normal
}

.introjs-tooltip .introjs-tooltip-title, .tab.active {
    color: #fff
}

.introjs-helperLayer {
    background: rgba(0, 0, 0, .7);
    border: none
}

.introjs-arrow {
    border-color: #1e293b
}

.introjs-button {
    background-color: #2563eb;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px
}

.introjs-progress {
    background-color: #334155
}

.introjs-progressbar {
    background-color: #2563eb
}

.intro-highlight {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .5);
    border-radius: 4px
}

.introjs-skipbutton {
    position: absolute;
    top: 6px;
    right: 10px;
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 600
}

.introjs-tooltiptext {
    min-width: 500px !important;
    max-width: 600px !important;
    white-space: normal !important
}

.introjs-helperNumberLayer {
    display: flex;
    align-items: center;
    justify-content: center
}

.introjs-disabled.introjs-prevbutton {
    display: none !important
}
