.menubar-footer {
    height: '10%';
}

.layout-wallet {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.preload-logo {
    background-image: url('/images/logo.png');
}

.wallet-list-scroll ul {
    list-style: none;
}

.wallet-list-scroll li {
    padding-left: 0 !important;
}

.wallet-list-scroll li:before {
    content: "" !important;
}