#gpayment-loading{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    background-image: url('../images/gpayment_logo_color_oneline@120x.png');
    background-repeat: no-repeat;
    
}

.processing #gpayment-plain-card-info-form{
    position: relative;

}
.processing #gpayment-plain-card-info-form #gpayment-processing{
    display: block;
    z-index: 999;
    background: #4CAF50;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
}
#gpayment-loading-text{
    height: 50px;
    width: 100%;
    top: calc(50% - 250px);
    text-align: center;
    position: absolute;
    z-index: 999999;
    font-size: 15px;
    color: green;
    font-weight: bold;
}
#gpayment-charge-btn,
#gpayment-close-loading-btn{
    text-decoration: none;
    color: #fff;
    
    padding: 10px 20px;
   
    border-radius: 10px;
}
#gpayment-close-loading-btn{
    border: solid 1px red;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 0;
    background: #fff;
    color: red;
}
#gpayment-charge-btn{
    background: green;
    border: solid 1px green;
    margin-left: 10px;
    display: none;
}
#gpayment-message{
    color: red;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.op-guide-gpayment{
    display: block;
    margin: 5px;
    width:80%;
    margin: 0 auto;
    font-size: 12px;
    color:#000;
}
.op-guide-gpayment li{
    text-align:left;
    

}

.additional_button {
  border-color: #f00;
  background: transparent;
  color: red;
  font-size: 24px;
  padding: 10px 30px;
}