.donate-box {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
    padding-top: 24px;
    padding-bottom: 4px;
}

.donate-info {
    padding: 24px;
    z-index: 1;
    background-color: #082c22;
    background: linear-gradient(180deg, rgba(223, 255, 81, 0%) 0%, rgba(223, 255, 81, 20%) 100%), linear-gradient(#FFFFFF, #FFFFFF);
    color: white;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #02191C33;
}

.donate-info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.donate-info-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    color: #02191C99;;
    opacity: 70%;
}

.donate-input-group {
    margin: 24px 0 16px;
}

.donate-input-group:focus-within {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    border-radius: 6px;
}

.donate-input-group-text, .donate-input {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #02191C;
    border: 1px solid #02191C33;
    background: var(--text-white);
}

.donate-input {
    border-left: none;
    padding-left: 0;
    z-index: 11;
}

.donate-input::placeholder {
    color: #02191C66;
}

.donate-input:focus {
    box-shadow: none;
    border-color: #02191C33;
}