.introjs-tooltip {
    border-radius: 0px;
    background-color: #f8fafc;
}

.introjs-tooltip-title {
    font-size: 1rem;
    font-weight: 600;
    display: block;
}




.introjs-tooltip-header {
    background: #ffffff;
    padding: .5rem .5rem .5rem 1.5rem;
    border-bottom: 1px solid #e6e7e9;
}

.introjs-bullets {
    padding: 0;
}
.introjs-tooltipbuttons {
    border: 0;
}

.introjs-button {
    font-weight: 500;
}