.tippy-tooltip.grey-border-theme {
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid rgba(0, 8, 16, .15);
    color: #26323d;
    box-shadow: 0 3px 14px -.5px rgba(0, 8, 16, .08)
}

.tippy-tooltip.grey-border-theme .tippy-backdrop {
    background-color: #eee
}

.tippy-tooltip.grey-border-theme .tippy-arrow:after,
.tippy-tooltip.grey-border-theme .tippy-arrow:before,
.tippy-tooltip.grey-border-theme .tippy-roundarrow:after,
.tippy-tooltip.grey-border-theme .tippy-roundarrow:before {
    content: "";
    position: absolute;
    z-index: -1
}

.tippy-tooltip.grey-border-theme .tippy-roundarrow {
    fill: #eee
}

.tippy-tooltip.grey-border-theme .tippy-roundarrow:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0IiB2aWV3Qm94PSIwIDAgMTggNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA3czIuMDIxLS4wMTUgNS4yNTMtNC4yMThDNi41ODQgMS4wNTEgNy43OTcuMDA3IDkgMGMxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyQzE2LjAxMiA3LjAwNSAxOCA3IDE4IDd6IiBmaWxsPSIjMzMzIiBmaWxsLW9wYWNpdHk9Ii4yMzUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
    background-size: 18px 7px;
    width: 18px;
    height: 7px;
    left: 0;
    top: 0;
    fill: rgba(0, 8, 16, .15)
}

.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-roundarrow:after {
    top: 1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow {
    border-top-color: #eee
}

.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow:after {
    border-top: 7px solid #eee;
    top: -7px
}

.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow:before {
    border-top: 7px solid rgba(0, 8, 16, .2);
    bottom: -1px
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-roundarrow:after {
    top: -1px
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow {
    border-bottom-color: #eee
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow:after {
    border-bottom: 7px solid #eee;
    bottom: -7px
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow:before {
    border-bottom: 7px solid rgba(0, 8, 16, .2);
    bottom: -6px
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-roundarrow:after {
    left: 1px;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow {
    border-left-color: #eee
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow:after {
    border-left: 7px solid #eee;
    left: -7px
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow:before {
    border-left: 7px solid rgba(0, 8, 16, .2);
    left: -6px
}

.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-roundarrow:after {
    left: -1px;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow {
    border-right-color: #eee
}

.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow:after {
    border-right: 7px solid #eee;
    right: -7px
}

.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow:before {
    border-right: 7px solid rgba(0, 8, 16, .2);
    right: -6px
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow,
.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-roundarrow,
.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow,
.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-roundarrow {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
}

.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow:after,
.tippy-tooltip.grey-border-theme[x-placement^=bottom] .tippy-arrow:before,
.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow:after,
.tippy-tooltip.grey-border-theme[x-placement^=top] .tippy-arrow:before {
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow,
.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-roundarrow,
.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow,
.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-roundarrow {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow:after,
.tippy-tooltip.grey-border-theme[x-placement^=left] .tippy-arrow:before,
.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow:after,
.tippy-tooltip.grey-border-theme[x-placement^=right] .tippy-arrow:before {
    top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}