/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 10 2024 | 23:28:18 */
.oc_grid_item_textBox .oc_iconBox .iconColumn {
    position: relative;
}

span.tooltip-text {
    position: absolute;
    top: 0;
    background: #59ab9c;
    color: #fff;
    padding: 2px 10px 0px 10px;
    font-size: 14px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transform: translateY(-40px);
    width: max-content;
    white-space: nowrap;
}
span.tooltip-text:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #59ab9c;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
    z-index: -1;
}