.proct-form-wrapper {
    max-width: 500px;
    margin: 40px auto;
    padding: 40px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    background: #efefef;
    position: relative;
}
.proct-form-wrapper label {
    padding: 0;
    margin: 0;
}
.proct-form-wrapper fieldset {
    padding: 20px 0 0;
    border: none !important;
}
.proct-form-wrapper .field-set {
    margin: 0 0 10px;
    padding: 0;
}

.proct-form-wrapper h1,
.proct-form-wrapper .h1 {
    margin: 0 0 25px;
    text-align: center;

}
.row-2-cols {
    display: flex;
    justify-content: space-between;
}
.row-2-cols  {
    display: flex;
}

#proct-withdrawal-form {

}

#proct-withdrawal-form input,
#proct-withdrawal-form select {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 10px;
}

#proct-withdrawal-form select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    min-height: 48px;
    padding: 5px 15px;
    font-size: 15px;
}
.field-set-currency {
    max-width: 110px;
}
.field-set-amount {

}
.proct-form-wrapper.loading .proct-form-spoiler {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c3c3c39c;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
}
#proct-name {
    text-transform: uppercase;
}
.proct-button-wrapper {
    
}
.proct-button-wrapper a {

}
.woocommerce-MyAccount-navigation-link--proct-payment a:before {
    content: "\f0d6";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: block;
    width: 20px;
    margin-right: 10px;
}