#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9); /* Black background with opacity */
    cursor: pointer; /* Add a pointer on hover */
    z-index: 50;
}

.payment_box.payment_method_gbp {
    border: 1px solid #EEEEEF;
    background: #fafafa !important;
    max-width: 325px;
    margin: 0 !important;
    padding: 30px !important;
}

.payment_box.payment_method_gbp::before {
    display: none !important;
}

.payment_method_gbp img {
    max-height: 68px !important;
    margin: 10px 0 !important;
}

.remove-scroll {
    height: 100vh;
    overflow: hidden;
}

.gbp-payment-method {
}

.payment_method_gbp label {
    color: #34CB00;
    font-weight: bold;
}

#gbp-code-block {
    display: none;
}

#gbp-account {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    height: 40px;
    text-align: center;
    color: #000;
}

#gbp-account.error {
    border: 1px solid red;
}

#gbp-payment-request, #gbp-code-submit {
    letter-spacing: 8px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: initial;
    margin: 5px 0 15px;
    width: 100%;
    color: #fff !important;
    padding: 0.76rem 1rem !important;
    background: #34CB00 !important;
}

#gbp-code-text, #gbp-code-title {
    display: block;
}

#gbp-code-link {
    color: #34CB00;
}

#gbp-code-instructions, #gbp-code-resend-text {
    display: block;
    padding: 10px 0;
}

#gbp-code-title {
    letter-spacing: 1.6px;
    margin-bottom: 10px;
}

.gbp-code-text {
    color: #1B1B1B;
    font-size: 14px;
    line-height: 13px;
    width: 100%;
}

#gbp-payment-register {
    background: #5f697a!important;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.gbp-register-instructions {
    width: 100%;
    display: block;
    font-size: 12px;
}

#gbp-register-text {
    color: #5f697a !important;
    display: block;
    margin-bottom: 10px;
}

#gbp-code {
    display: block;
    box-sizing: border-box;
    height: 41px;
    border: 1px solid #B3B3B3;
    box-shadow: 0 1px 0 0 #F6F6F6;
    font-size: 18px;
    letter-spacing: 6px;
    width: 121px;
    background: #FFFFFF repeating-linear-gradient(110deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 35% 90%/ 9ch 2px no-repeat;
}

#gbp-account::placeholder, #gbp-code::placeholder {
    color: #999999;
    opacity: 1;
}

#gbp-account:-ms-input-placeholder, #gbp-code:-ms-input-placeholder {
    color: #999999;
}

#gbp-account::-ms-input-placeholder, #gbp-code::-ms-input-placeholder {
    color: #999999;
}

.gbp-payment-title {
    width: 100%;
}

.gbp-payment-text {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.gbp-button {
    transition: background 150ms ease-in-out !important;
    border: none !important;
    height: 40px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    outline: none !important;
    padding: 0.76rem 1rem !important;
    text-decoration: none !important;
    vertical-align: bottom !important;
    background: #34CB00 !important;
    font-size: 14px !important;
}

#gbp-payment-text-error {
    display: block;
    margin-top: 10px !important;
    color: red;
    text-align: center;
}

.popup-success {
    display: none;
}

#gbp-how-it-works-content {
    display: none;
}

.popup-success .success-message .icon {
    background: #f2f2f2;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.popup-success .success-message .icon img {
    float: none !important;
    border: 0;
    padding: 0;
    max-height: none;
    display: inline-block;
}

.popup-success .success-message .success-text {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #4A4A4A;
    position: relative;
    top: 2px;
    left: 10px;
}

.popup-success .confirmation-text {
    font-size: 16px;
    padding: 15px 0;
    line-height: 25px;
    color: #9B9B9B;
}

.popup-success .bottom-link a {
    color: #2BCC00;
    text-decoration: underline;
    font-size: 16px;
    display: block;
}

.popup-success .bottom-link a:hover {
    cursor: pointer;
}

#add-new-ba:hover {
    cursor: pointer;
}

#gbp-how-it-works-content ul li {
    list-style: disc !important;
}

#gbp-how-it-works ul li::after, #gbp-how-it-works ul li::before {
    display: none !important;
}

#payment .payment_methods .wc_payment_method.payment_method_gbp img {
    float: none !important;
    display: inline;
    vertical-align: middle;
}

#gbp-how-it-works-content p {
    padding: 2px 5px;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 13px;
    margin-bottom: 3px;
}
