.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    text-decoration: none;
}

.chargelang {
    font-family:'Geologica',Arial,sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #464646;
    z-index: 9999;
    border-radius: .8rem;

    text-decoration: none;
    display: block;
    padding: 1rem 1rem;
    background: rgba(255, 255, 255, .1);
    scale: 1;
    transition: all .2s ease-in-out;

    @media (max-width: 375px) {
        top: 1.45rem;
        right: 1rem;
        padding: .5rem .5rem;
    }
}

.chargelang:hover {
    background: rgba(128, 128, 128, .1);
    scale: 1.2;
}

.chargelang-dark {
    color: #b1b1b1;
    background: rgba(255, 255, 255, .05);
}
