.wallet-modal-wrapper {
    background-color: #0A0E17 !important;
    max-width: 500px;
    width: 100% !important;
    gap: 20px;
    border: 1px solid #191970;
}

.wallet-modal-wrapper li {
    list-style-type: none;
}

.walletModal .modal-content .close {
    float: right;
    font-size: 23px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.walletModal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.walletModal .modal-content {
    background: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
}

.wallet-option {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #fff;
    text-shadow: 0px 0px 5px #fff;
    background-color: #191970;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.wallet-option img {
    width: 40px;
    border-radius: 20px;
    position: absolute;
    left: 14%;
    height: auto;
}

.wallet-option:hover {
    background-color: #1e1e8f;
    border: 2px solid #191970;
    font-weight: 600;
}

.wallet-modal-wrapper h2 {
    position: relative;
    top: -13px;
    color: white !important;
    text-shadow: 0px 0px 5px black;
}

.fa-wallet {
    margin-right: 10px;
}