.new-mobile-payment {
    padding: 1.5rem 3rem;
    margin-top: 2rem;
    background: #fff;
    border-radius: 2rem;
}

.new-mobile-payment__root {
    text-align: center;
}

.new-mobile-payment__root p {
    margin: 0.5rem 0;
}

.new-mobile-payment__root img {
    max-width: 100%;
}

.new-mobile-payment__title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    color: #EB2329;
    line-height: 1;
    text-align: center;
    font-family: gitan-latin, sans-serif;
}

.new-mobile-payment__title svg {
    vertical-align: middle;
    margin-right: 1.6rem;
}

.new-mobile-payment__num-txt {
    display: flex;
}

.new-mobile-payment__num-txt p {
    flex-grow: 1;
}

.new-mobile-payment__num-txt span {
    color: #000;
    font-size: 1.2rem;
}

.new-mobile-payment__num-txt strong {
    font-size: 2.2rem;
    color: #EB2329;
    font-family: gitan-latin, sans-serif;
}

.new-mobile-payment__cost {
    font-size: 1rem;
    color: #8F9AB0;
    text-align: center;
}

.new-mobile-payment .e-button {
    margin-top: 2rem;
}

.newSmsModal {
    padding: 0;
    display: block;
}

.newSmsModal .modalWrapper {
    z-index: 10000;
}

.newSmsModal .modalWrapper * {
    font-family: "DM Sans", sans-serif;
}

.newSmsModal .modalWrapper h3 {
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.62px;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #D3D3D3;
}

.newSmsModal .modalWrapper h3 svg {
    vertical-align: middle;
}

.newSmsModal .modalWrapper .new-mobile-payment__num-txt {
    justify-content: space-around;
}

.newSmsModal .modalWrapper .new-mobile-payment__num-txt p {
    display: flex;
    flex-grow: unset;
    flex-direction: column;
    text-align: left;
}

.newSmsModal .modalWrapper span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.newSmsModal .modalWrapper strong {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.l-page-chcePomoc .lc-sectionDonate .dcbDonationButtonWrapper.newMobilePayment {
    justify-content: center;
    padding: unset;
}

.l-page-chcePomoc .lc-sectionDonate .dcbDonationButtonWrapper.newMobilePayment .new-mobile-payment {
    margin-top: 0;
}

.l-page-chcePomoc .lc-sectionDonate .dcbDonationButtonWrapper.newMobilePayment .new-mobile-payment__cost {
    font-size: 1.4rem;
}

.l-page-chcePomoc .lc-sectionDonate .dcbDonationButtonWrapper.newMobilePayment img {
    width: 70%;
}

.contrastHigh .new-mobile-payment {
    background: #000;
}

.contrastHigh .new-mobile-payment svg path {
    fill: #ffff00;
}

.contrastHigh .new-mobile-payment__num-txt span {
    color: #ffff00;
}

.contrastHigh .new-mobile-payment__num-txt strong {
    color: #ffff00;
}

.contrastHigh .new-mobile-payment__cost {
    color: #ffff00;
}

.contrastHigh .newSmsModal h3,
.contrastHigh .newSmsModal p,
.contrastHigh .newSmsModal span,
.contrastHigh .newSmsModal strong {
    color: #000;
}

.contrastHigh .newSmsModal svg path {
    fill: #000;
}

.zondcrypto_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
    z-index: 1000;
}

@media (max-width: 768px) {
    .zondcrypto_popup {
        width: 100%;
    }
}


.zondacrypto_popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.zondaCryptoDonateForm__info {
    margin-bottom: 30px;
}

.zondaCryptoDonateForm .single-input {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.zondaCryptoDonateForm .single-input label.function {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #333333;
}

.zondaCryptoDonateForm form .single-input input, .zondaCryptoDonateForm form .single-select select {
    width: 100%;
    height: 48px;
    border-radius: 18px;
    padding: 12px 16px;
    border: 1px solid #999999;
    position: relative;
    z-index: 2;
    background: transparent;
}

.zondaCryptoDonateForm form .single-input .placeholder, .zondaCryptoDonateForm form .single-select .placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    width: fit-content;
    left: 16px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
}

.zondaCryptoDonateForm form .single-input label.required, .zondaCryptoDonateForm form .single-select label.required {
    position: absolute;
    top: -30px;
    font-size: 14px;
    line-height: 17px;
    width: fit-content;
    right: 0;
}

.zondaCryptoDonateForm form .single-input .field-description, .zondaCryptoDonateForm form .single-select .field-description {
    color: #999999;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 16px;
    display: block;
}

.zondaCryptoDonateForm form .single-input .field-description.field-error, .zondaCryptoDonateForm form .single-select .field-description.field-error {
    color: #EB2329 !important;
    font-weight: bold;
}

.zondaCryptoDonateForm .e-button-active {
    color: #fff;
    background-color: #EB2329;
    border-color: #fff;
}

.donateButton__zonda_active_other_value {
    width: 100%;
    border-radius: 18px;
    padding: 12px 16px;
    border: 1px solid #999999;
    position: relative;
    z-index: 2;
    background: white;
}

.zondaCryptoDonateForm form .single-input input:focus ~ .placeholder,
{
    display: none;
    pointer-events: none;
}

/*# sourceMappingURL=newMobilePayment.css.map */
