/* Define how SqPaymentForm iframes should look */
.wpep-input-easypay {
    background-color: #ffffff;
    border: 1px solid #00000021;
    outline: 0;
    border-radius: 0px;
    outline-offset: -2px;
    margin-bottom: 0;
    display: inline-block;
    min-height: 37px;
    height: 37px;
}

.wpep-input-easypay.amount {
    margin-bottom: 10px;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.wpep-input-easypay--focus {
    outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.wpep-input-easypay--error {
    outline: 5px auto rgb(255, 97, 97);
}

.wpep_error_message {
    color: #f00;
    display: block;
    font-size: 1em;
    font-weight: normal;
    outline: 3px auto rgb(255, 97, 97);
    padding: 10px;
}

.wpep-field.date,
.wpep-field.cvv,
.wpep-field.firstname,
.wpep-field.lastname {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

/*
.wpep-field.date,
.wpep-field.firstname {
    margin-right: 2%;
}
*/


.wpep-error,
.wpep-success {
    text-align: center;
    display: block;
    font-size: 1em;
    font-weight: normal;
    /*padding: 5px;
    margin-bottom: 10px;
    */
}

.wpep-success {
    font-size: 20px;
    font-weight: 600;
}

.wpep-error {
    color: #f00;
    /* outline: 3px auto; */
    font-size: 12px;
    line-height: 18px;
}

/** popup **/
.wpep-modal-container {
    /*display: none;*/
    visibility: hidden;
    overflow: auto;
    width: 0;
    height: 0;


}

.wpep-modal-container .wpep_container {
    padding: 20px;
    background: #f5f5f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.wpep-popup-open {
    overflow: hidden;
}

.wpep-modal-container .header {
    background: #000;
    padding: 15px;
    color: #fff;
}


/*  here */
.wpep-popup-open .wpep-modal-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;

}

.wpep-popup-open .wpep-modal-container .wpep-modal {
    margin-top: 100px !important;
    max-width: 320px;
    width: 100%;
    margin: 3rem auto;
    background: #fff;
    /*overflow: hidden; umair*/
    /*box-shadow: 1px 1px 20px #000; umair*/
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .5), inset 0 1px 0 0 hsla(0, 0%, 100%, .65);
    border-radius: 6px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form input, .wpep_container input, .wpep_container textarea, .wpep_container select {
    background-color: #ffffff;
    border: 1px solid #00000021;
    outline: 0;
    margin-bottom: 6px;
    padding: 10px 4px;
    /*border-radius: 4px;*/
    padding-left: 10px;
    color: black;
    font-size: 16px;
    width: 100%;
}

.wpep_container select {
    width: 100%
}

.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields {
    clear: both;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields:after,
.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields:before {
    content: "";
    display: table;
    clear: both;
}

.payment_success_ok {
    background: url(../img/success.png) no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.wpep-modal-container .button-modal-close {
    float: right;
    display: block;
    background: url(../img/close_icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 17px;
    background-position: 4px 4px;
    right: 6px;
    top: 6px;
    position: absolute;
    z-index: 1;
    box-shadow: none;
}


.wpep-popup-open .wpep-modal-container .wpep-modal form input[type="submit"] {
    background-color: transparent;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float: right;
    display: block;
    padding: 0;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form label {
    /*width: 20%; */
    display: inline-block;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form {
    padding: 13px;
}


/* till here */
.wpep-popup-open .wpep-modal-container {

    visibility: visible;
    width: auto;
    height: auto;
}

.wpep_container .messages ul {
    margin: 0;
}

button.wpep_submit_payment {
    position: relative;
    background-image: linear-gradient(-180deg, #179ee2, #116f9e);
    box-shadow: 0 1px 0 0 rgba(46, 86, 153, .15), inset 0 1px 0 0 rgba(46, 86, 153, .1), inset 0 -1px 0 0 rgba(46, 86, 153, .4);
    font-size: 17px;
    line-height: 0px;
    height: 40px;
    width: 100%;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 15px;
    border: solid 1px
}

a.wpep_open_popup {
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    background-color: #000;
    box-shadow: unset;
    font-size: 17px;
    line-height: 0px;
    padding: 8px 30px;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    border: 5px solid #000;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.wpep_open_popup:active, a.wpep_open_popup:focus {
    color: #fff;
    outline: 0;
}

a.wpep_open_popup:hover {
    color: #000;
    line-height: 0px;
    padding: 8px 30px;
    text-decoration: none;
    background: #fff;
    border: 5px solid #000;
    box-shadow: unset;
}

.wpep_container .messages {
    min-width: 200px;
}

.wpep_container .wpep-field:last-of-type {
    margin: 0 auto;
    text-align: center;
}

.wpep_container input {
    height: 37px;
    padding: 0 0 0 7px !important;
    box-sizing: border-box;
}


.wpep-field {
    display: inline;
}

.wpep-field iframe {
    padding: 0 0 0 0px !important;
}

.wpep_container label {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 4px;

}

/*.wpep_container input[type="text"],.wpep_container  input[type="email"]{*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    border: 1px solid #bbb;*/
/*    border-radius: 2px;*/
/*    margin-bottom: 5px;*/
/*}*/

input.wpep-amount {
    margin-bottom: 5px;
}

/*New Design Update*/

.wpep-modal-container .Header {
    position: relative;
    /*padding: 12px 36px;*/
    text-align: center;
    background-color: #e8e9eb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    position: relative
}

.Header-logo {
    position: relative;
    margin-bottom: 6px;
    height: 35px;
}
.Header-logoWrap {
    position: absolute;
    top: -33px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.Header-logoBevel {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
    position: absolute;
    top: 3px;
    left: 3px;
    display:none
}

.Header-logoBorder {
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .18), 0 2px 2px 0 rgba(0, 0, 0, .08);
    position: absolute;
    top: 0;
    left: 0;
    display:none
}

.Header-logoImageCatchError {
    display: none;
}

.Header-logoImage {
    width: 72px;
    height: 72px;
    margin: 0px auto;
    border-radius: 100%;
    background: #fff;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    border: solid 3px white;
}

.Header-companyName, .Header-purchaseDescription {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Header-companyName {
    font-size: 17px;
    font-weight: 700;
    /*color: #000;*/
    /*text-shadow: 0 1px 0 #fff;*/
    margin: 16px 0 0 0;
    padding-bottom: 10px;
}

 .Header-purchaseDescription {
    font-size: 13px;
    font-weight: 500;
    /*color: #5b5b65;*/
    /*text-shadow: 0 1px 0 #fff;*/
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}

.PaymentMethodSelector-edge {
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #d2d2d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
. wpep-popup-open . wpep-modal-container . wpep-modal width: 100 %;
    height: 2px;
    background-color: #f5f5f7;
    margin-bottom: -3px;
}

.PaymentMethodSelector-wrapper {
    width: 100%;
    position: relative;
    background-color: #e8e9eb;
}


.wpep_container input[type="checkbox"], .wpep_container input[type="radio"] {
    height: 12px;
    margin: 0;
}

span.wpep-list-item-label {
    margin-left: 9px;
    margin-right: 14px;
}

span.wpep-form-control.wpep-checkbox {
    width: 100%;
    display: inline;
}

span.wpep-list-item {
    display: block;
}

span.wpep-form-control.wpep-radio, span.wpep-form-control.wpep-checkbox {
    margin: 10px 0;
    display: block;
}

.wpep_container textarea {
    height: 100px;
}

.messages li {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
}

/*
input.wpep-email {
    background-image: url(../img/icons8-envelope-24.png);
    background-repeat: no-repeat;
    padding-left: 37px !important;
    background-position: 10px 12px;
    background-size: 14px;
}

.wpep-field.customer_filed input[type="email"] {
    background-image: url(../img/icons8-envelope-24.png);
    background-repeat: no-repeat;
    padding-left: 37px !important;
    background-position: 9px 11px;
    background-size: 15px;
}


input.wpep-url {
    background-image: url(../img/icons8-website-24.png);
    background-repeat: no-repeat;
    padding-left: 37px !important;
    background-position: 6px 10px;
    background-size: 15px;
}

input.wpep-number {
    background-image: url(../img/icons8-phone-24.png);
    background-repeat: no-repeat;
    padding-left: 37px !important;
    background-position: 6px 10px;
    background-size: 16px;

}

input.wpep-number {
    background-image: url(../img/icons8-phone-24.png);
    background-repeat: no-repeat;
    padding-left: 37px !important;
    background-position: 5px 8px;
    background-size: 18px;
}

.wpep-card .wpep-input-easypay {
    background-image: url(../img/icons8-credit-card-24.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    background-position: 9px 10px;
    background-size: 17px;
}

.wpep-field.cvv iframe {
    background-image: url(../img/icons8-card-verification-value-24.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    background-position: 9px 10px;
    background-size: 17px;
}


.wpep-field.date iframe {
    background-image: url(../img/icons8-time-span-24.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    background-position: 9px 10px;
    background-size: 17px;
}

.wpep-field.firstname.customer_filed input {

    background-image: url(../img/icons8-user-male-24.png);
    background-repeat: no-repeat;
    padding-left: 32px !important;
    background-position: 6px 9px;
    background-size: 17px;
}

.wpep_container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
*/


/*New Design Update*/

