.bitbosswallet-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.bitbosswallet-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 300px;
    text-align: center;
    border-radius: 8px;
}

.bitbosswallet-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bitbosswallet-modal-close:hover,
.bitbosswallet-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bitbosswallet-wallet-options button {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}

.bitbosswallet-wallet-options button:hover {
    background-color: #f1f1f1;
}

.bitbosswallet-wallet-options button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
