.tippy-popper[x-placement^=top] .tippy-tooltip.custom-theme .tippy-arrow {
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.custom-theme .tippy-arrow {
    border-bottom: 14px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.custom-theme .tippy-arrow {
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.custom-theme .tippy-arrow {
    border-right: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent
}

.tippy-tooltip.custom-theme[data-size=large] {
    padding: .9rem 1rem;
    font-size: 1.8rem;
}

.tippy-tooltip.custom-theme {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    background-color: #ffffff;
}

.tippy-tooltip.custom-theme .tippy-backdrop {
    background-color: #ffffff;
}

.tippy-tooltip.custom-theme .tippy-roundarrow {
    fill: #ffffff
}

.tippy-tooltip.custom-theme[data-animatefill] {
    background-color: transparent
}

.tooltip-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tooltip-image {
    max-height: 80px;
}

.tooltip-message {
    margin: 10px 0;
}

.tooltip-button-container {
    margin-top: 10px;
    border-top: 1px solid #e7ecf1;
    padding: 15px 5px 10px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltip-button-default {
    border: transparent;
}

.tooltip-button-primary {
    background-color: #FFFFFF;
    color: #7ED322;
    border-color: #7ED322;
    padding: 5px 28px;
}

.tooltip-button-primary:hover {
    background-color: #FFFFFF;
    color: #1e9765;
    border-color: #1c8f5f;
}

.tooltip-button-primary:active {
    background-color: #FFFFFF;
    color: #1e9765;
    border-color: #1c8f5f;
}

.tooltip-button-primary:focus {
    background-color: #FFFFFF;
    color: #1e9765;
    border-color: #11573a;
}

.overlay {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    z-index: 9000
}

.overlay.complete {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay.top {
    top: 0;
    left: 0;
    width: 100%
}

.overlay.left {
    left: 0
}

.overlay.right {
    right: 0
}

.overlay.bottom {
    width: 100%;
    left: 0;
    bottom: 0
}
