﻿/* Visual Styling Updates */

/* Tooltip */
/*.introjs-tooltip {
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 30px rgba(33, 33, 33, 0.1) !important;
    width: 400px !important;*/ /* Dynamic width based on content */
    /*max-width: 1000px !important;*/ /* Ensure it doesn't get too wide */
    /*padding: 20px !important;
    font-family: Poppins,Helvetica,"sans-serif" !important;
}
.introjs-tooltip-header {
    position: relative;
    padding-left: 0px !important;
    padding-right: 20px;
    padding-top: 10px;
    min-height: 1.5em;
}
.introjs-tooltip-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    font-family: Poppins,Helvetica,"sans-serif" !important;
}

.introjs-tooltiptext {
    padding: 0 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    font-family: Poppins,Helvetica,"sans-serif" !important;
}*/

/* Tooltip Buttons */
/*.introjs-tooltipbuttons {
    justify-content: space-between !important;
    width: 100% !important;
    padding-top: 10px !important;
}

.introjs-button {
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Poppins,Helvetica,"sans-serif" !important;
    transition: background-color 0.3s ease !important;
}

.introjs-nextbutton {
    background-color: #e1f0ff !important;*/ /* Blue */
    /*color: #3699ff !important;
    border: none !important;
}

    .introjs-nextbutton:hover {
        background-color: #3699ff !important;
        color: #e1f0ff !important;
    }

.introjs-prevbutton {
    background-color: #ebedf2 !important;
    color: #545361 !important;
    border: none !important;
}

    .introjs-prevbutton:hover {
        background-color: #b9bbbf !important;
    }*/

/* Skip button (X) */
/*.introjs-skipbutton {
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    font-size: 22px !important;
    color: #616161 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
}

    .introjs-skipbutton:hover,
    .introjs-skipbutton:focus {
        color: #212121 !important;
        outline: none !important;
    }*/

/* Arrows */
/*.introjs-arrow {
    border: 5px solid transparent !important;
    position: absolute !important;
}

    .introjs-arrow.top {
        top: -10px !important;
        left: 5% !important;
        margin-left: -5px !important;
        border-bottom-color: #fff !important;
    }

    .introjs-arrow.right {
        right: -10px !important;
        top: 5% !important;
        margin-top: -5px !important;
        border-left-color: #fff !important;
    }

    .introjs-arrow.bottom {
        bottom: -10px !important;
        left: 5% !important;
        margin-left: -5px !important;
        border-top-color: #fff !important;
    }

    .introjs-arrow.left {
        left: -10px !important;
        top: 5% !important;
        margin-top: -5px !important;
        border-right-color: #fff !important;
    }*/

/* Bullets */
/*.introjs-bullets ul li a {
    width: 6px !important;
    height: 6px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    transition: width 0.1s ease-in !important;
}

    .introjs-bullets ul li a.active {
        width: 15px !important;
        background: #007bff !important;
    }

    .introjs-bullets ul li a:hover {
        width: 15px !important;
        background: #007bff !important;
    }*/

/* Progress Bar */
/*.introjs-progress {
    height: 10px !important;
    background-color: #e0e0e0 !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
}

.introjs-progressbar {
    width: 0% !important;
    height: 100% !important;
    background-color: #007bff !important;
}*/

/* Disabled States */
/*.introjs-disabled {
    color: #9e9e9e !important;
    background-color: #f4f4f4 !important;
    cursor: not-allowed !important;
}

.introjs-hidden {
    display: none !important;
}

.introjs-fixedTooltip {
    position: fixed !important;
}*/
