.stripe * {
    vertical-align: middle !important;
}

.btnpay {
    background: #3c7d94;
    color: #fff;
    font-family: poppins;
    border-radius: 25px;
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.7);
    width: 100%;
}

input[data-type='currency']::-webkit-input-placeholder {
    font-size: 27px;
}

@media only screen and (max-width: 800px) {
    .m-p15 {
        padding-right: 15px !important;
    }

    .m-width-100 {
        width: 100% !important;
    }

    .m-p-none {
        margin-right: 0 !important;
    }

    .m-btn-full {
        width: 100%;
        min-width: 300px;
        padding: 20px;
        margin-top: 20px;
    }

    .stripe {
        margin-top: 20px;
    }

    div[order='2'] {
        order: 2 !important;
    }

    div[order='1'] {
        order: 1 !important;
    }
}

div[data-default='true'] > .card:after {
    font-family: icomoon;
    content: '\ed6c';
    display: block;
    background-color: #017d94;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 6px;
    bottom: 6px;
    z-index: 1000;
}
