﻿.nd-css-tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    min-width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    margin-left: -75px;
    transition: opacity 0.3s;
}

    .nd-css-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.nd-css-copy-label {
    color: #000;
    cursor: pointer;
}

    .nd-css-copy-label:hover {
        color: #ececec;
    }

.nd-mini-menu {
    min-width: 213px;
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

    .nd-mini-menu li label {
        color: #fff;
        font-weight: 400 !important;
    }

    .nd-mini-menu li :hover {
        color: #000;
        width: 100%;
        background: #ececec;
    }
