.no-pointer-events {
    pointer-events: none;
    user-select: none; /* Optional: prevents text selection */
    opacity: 0.6; /* Optional: gives a disabled look */
}

.names-codes-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .custom-tooltip-container {
        display: none !important;
    }
}


/*FOOTER*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/materialicons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.footer-nav-item {
    border-bottom: 1px solid #adb5bd;
}
.footer-nav-item:hover {
    a > i {
        svg {
            path {
                fill: #fff;
            }
        }
        background-color: #455c76;
        color: #fff;
    }
}

.footer-nav i {
    vertical-align: middle;
    font-size: 1.2em;
    border: 1px solid #455c76;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}