.tippy-tooltip.light-border-theme {
	background: #fff;
	border: 1px solid rgba(0, 8, 16, .15);
	color: #333;
	box-shadow: 0 3px 14px -.5px rgba(0, 8, 16, .1);
    font-size: 14px;
    background-color: rgba(255,255,255,0.7) !important;
    border: 1px solid #286ec0 !important;
    border-radius: 30px;
    max-width: 200px !important;
    padding: 8px;
}

.tippy-tooltip.light-border-theme .tippy-arrow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tippy-tooltip.light-border-theme .tippy-arrow:after {
    content: "";
    position: absolute;
    left: -8px;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-border-theme .tippy-arrow {
    border-top-color: #286ec0;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-border-theme .tippy-arrow:after {
    top: -6px;
	border-top: 8px solid rgba(0, 8, 16, .15);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-border-theme .tippy-arrow {
    border-right-color: #286ec0;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-border-theme .tippy-arrow:after {
    right: -6px;
	border-right: 8px solid rgba(0, 8, 16, .15);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-border-theme .tippy-arrow {
    border-bottom-color: #286ec0;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-border-theme .tippy-arrow:after {
    bottom: -6px;
    border-bottom: 8px solid rgba(0, 8, 16, .15);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-border-theme .tippy-arrow {
    border-left-color: #286ec0;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-border-theme .tippy-arrow:after {
    left: -6px;
	border-left: 8px solid rgba(0, 8, 16, .15);
}
