﻿
.tippy-iOS {
    cursor: pointer !important
}

.tippy-popper {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: calc(100% - 8px);
    pointer-events: none;
    outline: 0
}

.tippy-popper[x-placement^='top'] .tippy-backdrop {
    -webkit-border-radius: 40% 40% 0 0;
    border-radius: 40% 40% 0 0
}

.tippy-popper[x-placement^='top'] .tippy-roundarrow {
    bottom: -7px;
    bottom: -6.5px;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    margin: 0 3px
}

.tippy-popper[x-placement^='top'] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tippy-popper[x-placement^='top'] .tippy-arrow {
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -7px;
    margin: 0 3px;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.tippy-popper[x-placement^='top'] .tippy-backdrop {
    -webkit-transform-origin: 0% 25%;
    -ms-transform-origin: 0% 25%;
    transform-origin: 0% 25%
}

.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='visible'] {
    -webkit-transform: scale(1) translate(-50%, -55%);
    -ms-transform: scale(1) translate(-50%, -55%);
    transform: scale(1) translate(-50%, -55%)
}

.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='hidden'] {
    -webkit-transform: scale(.2) translate(-50%, -45%);
    -ms-transform: scale(.2) translate(-50%, -45%);
    transform: scale(.2) translate(-50%, -45%);
    opacity: 0
}

.tippy-popper[x-placement^='top'] [data-animation='shift-toward'][data-state='visible'] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='shift-toward'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'][data-state='visible'] {
    -webkit-transform: perspective(700px) translateY(-10px);
    transform: perspective(700px) translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: perspective(700px) rotateX(60deg);
    transform: perspective(700px) rotateX(60deg)
}

.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='visible'] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='shift-away'][data-state='visible'] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='shift-away'][data-state='hidden'] {
    opacity: 0
}

.tippy-popper[x-placement^='top'] [data-animation='scale'] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-popper[x-placement^='top'] [data-animation='scale'][data-state='visible'] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^='top'] [data-animation='scale'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.5);
    -ms-transform: translateY(-10px) scale(0.5);
    transform: translateY(-10px) scale(0.5)
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
    -webkit-border-radius: 0 0 30% 30%;
    border-radius: 0 0 30% 30%
}

.tippy-popper[x-placement^='bottom'] .tippy-roundarrow {
    top: -7px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    margin: 0 3px
}

.tippy-popper[x-placement^='bottom'] .tippy-roundarrow svg {
    position: absolute;
    left: 0
}

.tippy-popper[x-placement^='bottom'] .tippy-arrow {
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -7px;
    margin: 0 3px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
    -webkit-transform-origin: 0% -50%;
    -ms-transform-origin: 0% -50%;
    transform-origin: 0% -50%
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='visible'] {
    -webkit-transform: scale(1) translate(-50%, -45%);
    -ms-transform: scale(1) translate(-50%, -45%);
    transform: scale(1) translate(-50%, -45%)
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='hidden'] {
    -webkit-transform: scale(.2) translate(-50%, 0);
    -ms-transform: scale(.2) translate(-50%, 0);
    transform: scale(.2) translate(-50%, 0);
    opacity: 0
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-toward'][data-state='visible'] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-toward'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'][data-state='visible'] {
    -webkit-transform: perspective(700px) translateY(10px);
    transform: perspective(700px) translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: perspective(700px) rotateX(-60deg);
    transform: perspective(700px) rotateX(-60deg)
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'][data-state='visible'] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-away'][data-state='visible'] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-away'][data-state='hidden'] {
    opacity: 0
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'][data-state='visible'] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.5);
    -ms-transform: translateY(10px) scale(0.5);
    transform: translateY(10px) scale(0.5)
}

.tippy-popper[x-placement^='left'] .tippy-backdrop {
    -webkit-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%
}

.tippy-popper[x-placement^='left'] .tippy-roundarrow {
    right: -12px;
    -webkit-transform-origin: 33.33333333% 50%;
    -ms-transform-origin: 33.33333333% 50%;
    transform-origin: 33.33333333% 50%;
    margin: 3px 0
}

.tippy-popper[x-placement^='left'] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tippy-popper[x-placement^='left'] .tippy-arrow {
    border-left: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -7px;
    margin: 3px 0;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.tippy-popper[x-placement^='left'] .tippy-backdrop {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='visible'] {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='hidden'] {
    -webkit-transform: scale(.2) translate(-75%, -50%);
    -ms-transform: scale(.2) translate(-75%, -50%);
    transform: scale(.2) translate(-75%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^='left'] [data-animation='shift-toward'][data-state='visible'] {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='shift-toward'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'][data-state='visible'] {
    -webkit-transform: perspective(700px) translateX(-10px);
    transform: perspective(700px) translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: perspective(700px) rotateY(-60deg);
    transform: perspective(700px) rotateY(-60deg)
}

.tippy-popper[x-placement^='left'] [data-animation='fade'][data-state='visible'] {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='fade'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='shift-away'][data-state='visible'] {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='shift-away'][data-state='hidden'] {
    opacity: 0
}

.tippy-popper[x-placement^='left'] [data-animation='scale'] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.tippy-popper[x-placement^='left'] [data-animation='scale'][data-state='visible'] {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^='left'] [data-animation='scale'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.5);
    -ms-transform: translateX(-10px) scale(0.5);
    transform: translateX(-10px) scale(0.5)
}

.tippy-popper[x-placement^='right'] .tippy-backdrop {
    -webkit-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0
}

.tippy-popper[x-placement^='right'] .tippy-roundarrow {
    left: -12px;
    -webkit-transform-origin: 66.66666666% 50%;
    -ms-transform-origin: 66.66666666% 50%;
    transform-origin: 66.66666666% 50%;
    margin: 3px 0
}

.tippy-popper[x-placement^='right'] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tippy-popper[x-placement^='right'] .tippy-arrow {
    border-right: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -7px;
    margin: 3px 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.tippy-popper[x-placement^='right'] .tippy-backdrop {
    -webkit-transform-origin: -50% 0%;
    -ms-transform-origin: -50% 0%;
    transform-origin: -50% 0%
}

.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='visible'] {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='hidden'] {
    -webkit-transform: scale(.2) translate(-25%, -50%);
    -ms-transform: scale(.2) translate(-25%, -50%);
    transform: scale(.2) translate(-25%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^='right'] [data-animation='shift-toward'][data-state='visible'] {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='shift-toward'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'][data-state='visible'] {
    -webkit-transform: perspective(700px) translateX(10px);
    transform: perspective(700px) translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: perspective(700px) rotateY(60deg);
    transform: perspective(700px) rotateY(60deg)
}

.tippy-popper[x-placement^='right'] [data-animation='fade'][data-state='visible'] {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='fade'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='shift-away'][data-state='visible'] {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='shift-away'][data-state='hidden'] {
    opacity: 0
}

.tippy-popper[x-placement^='right'] [data-animation='scale'] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.tippy-popper[x-placement^='right'] [data-animation='scale'][data-state='visible'] {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^='right'] [data-animation='scale'][data-state='hidden'] {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.5);
    -ms-transform: translateX(10px) scale(0.5);
    transform: translateX(10px) scale(0.5)
}

.tippy-notransition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.tippy-tooltip {
    position: relative;
    color: white;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    padding: 0.3125rem 0.5625rem;
    line-height: 1.4;
    text-align: center;
    background-color: #333
}

.tippy-tooltip[data-size='small'] {
    padding: 0.1875rem 0.375rem;
    font-size: 0.75rem
}

.tippy-tooltip[data-size='large'] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent
}

.tippy-tooltip[data-interactive] {
    pointer-events: auto
}

.tippy-tooltip[data-interactive] path {
    pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state='visible'] {
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-tooltip[data-inertia][data-state='hidden'] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.tippy-arrow,
.tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-roundarrow {
    width: 18px;
    height: 7px;
    fill: #333;
    pointer-events: none
}

.tippy-backdrop {
    position: absolute;
    background-color: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    -o-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tippy-backdrop::after {
    content: '';
    float: left;
    padding-top: 100%
}

.tippy-backdrop + .tippy-content {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity
}
.tippy-backdrop + .tippy-content[data-state='visible'] {
    opacity: 1
}

.tippy-backdrop + .tippy-content[data-state='hidden'] {
    opacity: 0
}

.tippy-tooltip.light-border-theme {
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 8, 16, 0.15);
    color: #26323d;
    -webkit-box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.08);
    box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.08)
}

.tippy-tooltip.light-border-theme .tippy-backdrop {
    background-color: white
}

.tippy-tooltip.light-border-theme .tippy-arrow::after,
.tippy-tooltip.light-border-theme .tippy-arrow::before,
.tippy-tooltip.light-border-theme .tippy-roundarrow::after,
.tippy-tooltip.light-border-theme .tippy-roundarrow::before {
    content: '';
    position: absolute;
    z-index: -1
}

.tippy-tooltip.light-border-theme .tippy-roundarrow {
    fill: white
}

.tippy-tooltip.light-border-theme .tippy-roundarrow::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0MjEiIHZpZXdCb3g9IjAgMCAxOCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDdzMi4wMjEtLjAxNSA1LjI1My00LjIxOGMxLjMzMS0xLjczMSAyLjU0NC0yLjc3NSAzLjc0Ny0yLjc4MiAxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyIDMuMjUxIDQuMjIzIDUuMjM5IDQuMjE4IDUuMjM5IDQuMjE4eiIgZmlsbD0iIzMzMyIgZmlsbC1vcGFjaXR5PSIuMjM1Mjk0IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-background-size: 18px 7px;
    background-size: 18px 7px;
    width: 18px;
    height: 7px;
    left: 0;
    top: 0;
    fill: rgba(0, 8, 16, 0.15)
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-roundarrow::after {
    top: 1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow {
    border-top-color: #fff
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow::after {
    border-top: 7px solid white;
    top: -7px
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow::before {
    border-top: 7px solid rgba(0, 8, 16, 0.2);
    bottom: -1px
}

.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-roundarrow::after {
    top: -1px
}

.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow {
    border-bottom-color: #fff
}

.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow::after {
    border-bottom: 7px solid white;
    bottom: -7px
}

.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow::before {
    border-bottom: 7px solid rgba(0, 8, 16, 0.2);
    bottom: -6px
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-roundarrow::after {
    left: 1px;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow {
    border-left-color: #fff
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow::after {
    border-left: 7px solid white;
    left: -7px
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow::before {
    border-left: 7px solid rgba(0, 8, 16, 0.2);
    left: -6px
}

.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-roundarrow::after {
    left: -1px;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow {
    border-right-color: #fff
}

.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow::after {
    border-right: 7px solid white;
    right: -7px
}

.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow::before {
    border-right: 7px solid rgba(0, 8, 16, 0.2);
    right: -6px
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow,
.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-roundarrow,
.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow,
.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-roundarrow {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow::after,
.tippy-tooltip.light-border-theme[x-placement^='top'] .tippy-arrow::before,
.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow::after,
.tippy-tooltip.light-border-theme[x-placement^='bottom'] .tippy-arrow::before {
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow,
.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-roundarrow,
.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow,
.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-roundarrow {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow::after,
.tippy-tooltip.light-border-theme[x-placement^='left'] .tippy-arrow::before,
.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow::after,
.tippy-tooltip.light-border-theme[x-placement^='right'] .tippy-arrow::before {
    top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}


.tooltip-trigger {
    cursor: pointer
}

.disabled .tooltip-trigger {
    color: #a0a0a0;
    border-color: #d0d0d0
}

.tippy-tooltip.light-border-theme {
    padding: 15px 30px 15px 20px
}

.tippy-tooltip.light-border-theme .tooltip-content {
    text-align: left;
    font-size: 13px;
    line-height: 1.4
}

.tippy-tooltip.light-border-theme .tooltip-close {
    position: absolute;
    right: 7px;
    text-decoration: none;
    top: -7px;
    color: #adda43;
    font-size: 16px;
    font-weight: bold
}

.tippy-tooltip.light-border-theme .tooltip-close:hover {
    color: #00ace9
}
