.address {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.property {
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.walletActive {
    background-color: #00aaff;
    color: #000;
    font-weight: bolder;
}

.walletHover {
    background-color: #00aaff18;
    color: #00eaff;
    font-weight: bold;
}

.walletUnlockInput {
    text-align: center;
}

.walletCover {
    display: flex;
    flex-direction: column;
}

.walletAddress {
    font-size: 125%;
    padding-left: 1%;
    margin-top: 1%;
    letter-spacing: 2px;
}

.walletBalance {
    font-size: 105%;
    padding-top: 1%;
    padding-left: 2%;
    letter-spacing: 3px;
}

.walletInputs {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 5;
    justify-content: center;
    padding: 0 10%;
}

.walletButtons {
    display: flex;
    padding: 0 20%;
    padding-bottom: 2%;
}
