.cc-tooltip {
    display: none;
    box-sizing: border-box;
    position: absolute;
    padding: 10px 40px 10px 14px;
    max-width: calc(100% - 30px);
    top: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .35);
    background: #3a8ff5;
    z-index: 999999;
}



.cc-tooltip
.arrow {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #3a8ff5;
}

.cc-tooltip.above
.arrow {
    bottom: -6px;
}

.cc-tooltip.below
.arrow {
    top: -6px;
}



.cc-tooltip
.close-button {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
}



.cc-tooltip
.close-button
img {
    display: block;
    width: 20px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 40px;
    background: #fff;
}



.cc-tooltip
p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}



.cc-tooltip
p
b {
    font-weight: 900;
}
















