/*.connect-button {*/
/*    display: block;*/
/*    width: 100%;*/
/*    max-width: 500px;*/
/*    margin: 0 auto;*/
/*    padding: 10px 0;*/
/*    font-size: 16px;*/
/*    border-radius: 10px;*/
/*    background-color: #0057ff;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    height: 48px;*/
/*    align-self: flex-end;*/
/*    border: none;*/
/*    transition: all;*/
/*    transition-duration: .3s*/
/*}*/

/*.connect-button:disabled {*/
/*    background-color: #0045ce*/
/*}*/

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal-container {
    background: #2c2f36;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    color: #fff;
    text-align: center;
    position: relative
}

.modal-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.wallet-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.wallet-item:not(:last-child) {
    margin-bottom: 10px
}

.wallet-button {
    display: flex;
    align-items: center;
    background-color: #202020;
    border: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color .3s ease
}

.wallet-button:hover {
    background-color: #444
}

.wallet-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.wallet-name {
    margin-right: auto
}

.wallet-status {
    font-size: .9em;
    opacity: .7
}
