﻿.text-primary {
    --tw-text-opacity: 1;
    color: rgb(32 128 80 / var(--tw-text-opacity, 1));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(32 128 80 / var(--tw-bg-opacity, 1));
}

.tooltip {
    position: relative;
    display: inline-block;
    width: auto;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        /*background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;*/
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        width: auto;
    }
