﻿/*
.tooltip {
    opacity: 0.9;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(396px, 1025px, 0px);
    opacity: 0.9 !important;
}

    .tooltip .tooltip-inner {
        font-size: 11px;
        padding: 1.5rem 1.5rem;
        max-width: 230px;
        border-radius: 6px;
    }

        .tooltip .tooltip-inner > ul {
            padding-left: inherit;
        }

        .tooltip .tooltip-inner > p {
            margin-bottom: 0;
        }*/

.tooltip-inner {
    min-width: 200px !important;
}

    .tooltip.tooltip-primary .tooltip-inner {
        color: var(--white) !important;
        background-color: var(--primary) !important;
    }

    .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.bs-tooltip-top .arrow::before {
        top: 0;
        border-width: .7rem .7rem 0;
    }

    .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.bs-tooltip-right .arrow::before {
        right: 0;
        border-width: .7rem .7rem .7rem 0;
    }

    .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.bs-tooltip-bottom .arrow::before {
        bottom: 0;
        border-width: 0 .7rem .7rem;
    }
    .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.bs-tooltip-left .arrow::before {
        left: 0;
        border-width: .7rem 0 .7rem .7rem;
    }

    .tooltip.tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.tooltip-primary.bs-tooltip-top .arrow::before {
        border-top-color: var(--primary) !important;
    }

    .tooltip.tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.tooltip-primary.bs-tooltip-right .arrow::before {
        border-right-color: var(--primary) !important;
    }

    .tooltip.tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.tooltip-primary.bs-tooltip-bottom .arrow::before {
        border-bottom-color: var(--primary) !important;
    }

    .tooltip.tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.tooltip-primary.bs-tooltip-left .arrow::before {
        border-left-color: var(--primary) !important;
    }

    .tooltip.tooltip-primary-dark.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.tooltip-primary-dark.bs-tooltip-top .arrow::before {
        border-top-color: var(--primary-dark) !important;
    }

    .tooltip.tooltip-primary-dark.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.tooltip-primary-dark.bs-tooltip-right .arrow::before {
        border-right-color: var(--primary-dark) !important;
    }

    .tooltip.tooltip-primary-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.tooltip-primary-dark.bs-tooltip-bottom .arrow::before {
        border-bottom-color: var(--primary-dark) !important;
    }

    .tooltip.tooltip-primary-dark.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.tooltip-primary-dark.bs-tooltip-left .arrow::before {
        border-left-color: var(--primary-dark) !important;
    }

    .tooltip.tooltip-primary-darker.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.tooltip-primary-darker.bs-tooltip-top .arrow::before {
        border-top-color: var(--primary-darker) !important;
    }

    .tooltip.tooltip-primary-darker.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.tooltip-primary-darker.bs-tooltip-right .arrow::before {
        border-right-color: var(--primary-darker) !important;
    }

    .tooltip.tooltip-primary-darker.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.tooltip-primary-darker.bs-tooltip-bottom .arrow::before {
        border-bottom-color: var(--primary-darker) !important;
    }

    .tooltip.tooltip-primary-darker.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.tooltip-primary-darker.bs-tooltip-left .arrow::before {
        border-left-color: var(--primary-darker) !important;
    }


    .tooltip.tooltip-primary-light.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.tooltip-primary-light.bs-tooltip-top .arrow::before {
        border-top-color: var(--primary-light) !important;
    }

    .tooltip.tooltip-primary-light.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.tooltip-primary-light.bs-tooltip-right .arrow::before {
        border-right-color: var(--primary-light) !important;
    }

    .tooltip.tooltip-primary-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.tooltip-primary-light.bs-tooltip-bottom .arrow::before {
        border-bottom-color: var(--primary-light) !important;
    }

    .tooltip.tooltip-primary-light.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.tooltip-primary-light.bs-tooltip-left .arrow::before {
        border-left-color: var(--primary-light) !important;
    }
    /**/


    .tooltip.tooltip-primary-lighter.bs-tooltip-auto[x-placement^=top] .arrow::before,
    .tooltip.tooltip-primary-lighter.bs-tooltip-top .arrow::before {
        border-top-color: var(--primary-lighter) !important;
    }

    .tooltip.tooltip-primary-lighter.bs-tooltip-auto[x-placement^=right] .arrow::before,
    .tooltip.tooltip-primary-lighter.bs-tooltip-right .arrow::before {
        border-right-color: var(--primary-lighter) !important;
    }

    .tooltip.tooltip-primary-lighter.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
    .tooltip.tooltip-primary-lighter.bs-tooltip-bottom .arrow::before {
        border-bottom-color: var(--primary-lighter) !important;
    }

    .tooltip.tooltip-primary-lighter.bs-tooltip-auto[x-placement^=left] .arrow::before,
    .tooltip.tooltip-primary-lighter.bs-tooltip-left .arrow::before {
        border-left-color: var(--primary-lighter) !important;
    }

    .hide-tooltip .tooltip.show {
        display: none;
    }

    .nav-item.tooltip-border-rounded > .tooltip {
        top: -10px !important;
    }

    .tooltip-border-rounded .tooltip-inner {
        border-radius: 7px;
    }