﻿/* IntroJS */
.introjs-tooltip h1 {
    font-size: 1.5rem;
}
.introjs-tooltiptext h2 {
    font-size: 1.2rem;
    text-align: center;
    font-family: Omnes-pro, Helvetica, Arial, sans-serif !important;
}
.introjs-tooltiptext h3 {
    font-size: 1.2rem;
    text-align: center;
    font-family: Omnes-pro, Helvetica, Arial, sans-serif !important;
}

.capella-onboarding {
    height: 100px;
    margin-top: 25px;
    padding: 0;
}

.introjs-tooltip.introjs-tooltip--large {
    min-width: 500px;
}

.hide-finish .introjs-donebutton {
    display: none;
}

/*2nd step text styling*/
.introjs-tooltiptext p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 19px;
    text-align: center;
    font-family: Omnes-pro, Helvetica, Arial, sans-serif;
}

.no-back-button .introjs-prevbutton {
    display: none;
}


/*styling the replaced btn to match the intro.js one*/
.replacedBtn {
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    padding: .5rem 1rem;
    border: 1px solid #bdbdbd;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #fff;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #f4f4f4;
    border-radius: .2em;
    float: right;
}

/*The button we created to replace the intro.js btn needs a hover to match*/
a.replacedBtn:hover {
    outline: 0;
    text-decoration: none;
    border-color: #9e9e9e;
    background-color: #e0e0e0;
}

.btn-link {
    font-weight: 400;
    color: white;
    background-color: transparent;
    margin-left: -10px;
}

    .btn-link:hover {
        color: #f69299;
        text-decoration: none;
    }

.text-white-bold {
    font-weight: 700;
    color: white;
}

.introjs-button {
    border-radius: 500px;
}
