/* SNet - ajuste visual dos balões de ajuda guiada */
.introjs-tooltip {
    min-width: 360px !important;
    max-width: 520px !important;
    border-radius: 18px !important;
    padding: 22px 24px !important;
    box-shadow: 0 18px 45px rgba(0, 32, 64, .22) !important;
    color: #102033 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.introjs-tooltip-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #003f68 !important;
    margin-bottom: 12px !important;
    padding-right: 28px !important;
}

.introjs-tooltiptext {
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #102033 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.introjs-tooltipbuttons {
    border-top: 1px solid #e4edf4 !important;
    margin-top: 18px !important;
    padding-top: 14px !important;
}

.introjs-button,
.introjs-button:focus,
.introjs-button:hover {
    border-radius: 999px !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.introjs-nextbutton,
.introjs-donebutton {
    background: #003f68 !important;
    color: #fff !important;
    border: 1px solid #003f68 !important;
}

.introjs-prevbutton {
    background: #fff !important;
    color: #003f68 !important;
    border: 1px solid #d5e1ea !important;
}

.introjs-skipbutton {
    color: #667 !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.introjs-progress {
    height: 8px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #e4edf4 !important;
}

.introjs-progressbar {
    background: #00866b !important;
}

.introjs-helperLayer {
    border-radius: 16px !important;
    box-shadow: 0 0 0 4px rgba(0, 63, 104, .18) !important;
}

.introjs-bullets ul li a {
    width: 9px !important;
    height: 9px !important;
}

/* SNet - botão fechar do tour como ícone */
.introjs-skipbutton {
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef4f8 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.introjs-skipbutton::before {
    content: "×" !important;
    color: #003f68 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.introjs-skipbutton:hover {
    background: #dceaf3 !important;
}
