/* IntroJS Reagent Product Tour */
.custom-product-tour {
    background-color: #121212 !important;
    color: whitesmoke !important;
    border: 1px solid white;
    font-size: 18px;
}

.custom-product-tour .introjs-tooltiptext p {
    font-size: 18px;
}

.custom-prev-and-nextbutton-wrapper .introjs-prevbutton,
.custom-prev-and-nextbutton-wrapper .introjs-nextbutton {
    float: none;
}

.custom-tooltipbutton-layout {
    display: flex;
    justify-content: space-between;
}

.custom-tooltipbutton-layout div .custom-introjs-button {
    margin: auto 5px;
    background-color: #121212;
    color: whitesmoke;
    /* text-shadow: 1px 1px 0 #212121; */
    text-shadow: none;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}
.custom-tooltipbutton-layout div .custom-introjs-button.introjs-nextbutton,
.custom-tooltipbutton-layout div .custom-introjs-button:hover {
    margin: auto 5px;
    background-color: whitesmoke;
    color: #424242;
    text-shadow: none;
    border: none;
    font-size: 16px;
}

.introjs-helperLayer {
    background-color: #fff !important;
}

.introjs-skipbutton {
    color: whitesmoke !important;
}

/* .introjs-backbutton {
    float: right !important;
} */
