/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

dialog#bp-web3-donate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border: none;
}

dialog#bp-web3-donate .bp-web3-donate-container {
    margin: 15% auto;
    width: 320px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px -1px 25px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px -1px 25px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px -1px 25px 1px rgba(0, 0, 0, 0.75);
}

.bp-web3-donate-button-container .button::before {
    content: '\eadb';
}

dialog#bp-web3-donate .bp-web3-donate-form .form-field {
    margin-bottom: 5px;
}

dialog#bp-web3-donate .bp-web3-donate-form .form-field.two-columns {
    display: flex;
    gap: 10px;
}

dialog#bp-web3-donate .bp-web3-donate-form .form-field.two-columns>* {
    flex: 1;
}

/* dialog#bp-web3-donate .bp-web3-donate-form input {
    display: inline-block;
    width: auto;
}

dialog#bp-web3-donate .bp-web3-donate-form input[type=number] {
    padding: 0 0.8rem;
    height: 2rem;
    max-width: 8rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

dialog#bp-web3-donate .bp-web3-donate-form input[type=submit] {
    min-height: auto;
    padding: 0 1rem;
}

dialog#bp-web3-donate .bp-web3-donate-form select {
    display: inline-block;
    height: 1.5rem;
    padding: 0.2rem 0.8rem;
    line-height: 0.7rem;
    width: 5.5rem;
    letter-spacing: -0.05rem;
}

dialog#bp-web3-donate .bp-web3-donate-form .dynamic-select-container {
    float: left;
}

dialog#bp-web3-donate .bp-web3-donate-form button {
    min-height: auto;
    line-height: 1.5;
    padding: 0 0.5rem;
} */

.generic-button.show-donate-form.donating .bp-web3-donate-form button {
    display: none;
}

@media screen and (max-width: 575.98px) {
    .activity-list .activity-item .activity-content .activity-meta.action .generic-button.bp-web3-donate-container.show-donate-form {
        margin: 0;
        text-align: initial;
    }
}