
.badge {
    color: yellow !important;
}

.achievements-list {
    list-style: none;
    padding: 0;
}

.achievements-list li {
    padding: 10px;
    border-bottom: 1px solid #333;
}

#achievement-header {
    .auto-claim {
        text-transform: none;
        text-align: end;
        width: 160px;
        border-bottom: 0;
        color: #00ff66;
        text-decoration: none;
        font-weight: bold;
    }

    .auto-claim:hover {
        background-color: rgba(0, 255, 100, 0.1);
        cursor: pointer;
    }

    &.nav-terminal-updateable {
        justify-content: space-between;
    }

    #auto-claim-header {
        button {
            border-bottom: none;
        }
    }

    #auto-upgrade-header {
        button {
            border-bottom: none;
        }
    }
}

.unclaimed {
    background-color: #222;
    color: yellow;
}

.claimed-label {
    color: limegreen;
}

.unclaimed {
    background-color: #222;
    color: yellow;
}

.locked-label {
    color: gray;
}
.locked {
    opacity: 0.5;
}


.achievement-item {
    margin-left: 15px;
}
