
#RadiDigifyPaymentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;

    background: hsla(0, 0%, 98%, 1);
    background: linear-gradient(90deg, #ecfaff  0%, #d5d5d5 100%);
    background: -moz-linear-gradient(90deg, #ecfaff  0%, #d5d5d5 100%);
    background: -webkit-linear-gradient(90deg, #ecfaff  0%, #d5d5d5 100%);

    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
}

.RadiDigifyPayment-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.RadiDigifyPayment-section-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
}

.RadiDigifyContent {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.RadiDigifyPayment-title {
    margin: 1rem;
}

.RadiDigifyPayment-header-text {
    margin: 2rem 0;
    color: #ff4242;
    font-weight: 600;
}

@media (max-width: 991px) {
    .RadiDigifyUiKitPaymentBox {
        position: fixed;
        right: 0;
        bottom: 60px;
        z-index: 99;
        width: 100%;
        margin-bottom:0 !important;
    }

}
