#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;
}

.gbp-overlay-hint {
    color: #ffffff;
    font-size: 13px;
    max-width: 360px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 101;
    text-align: center;
    margin-left: -180px;
    margin-top: -60px;
}

.gbp-overlay-hint .gbp-logo {
    display: inline-block;
    width: 212px;
    height: 68px;
    background: url('../images/logo-main.svg') center no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}

.gbp-overlay-hint .gbp-hint {
    margin-bottom: 7px;
}

.gbp-overlay-hint a {
    color: #ffffff;
    text-decoration: underline;
}

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

.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 {
}

#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%;
    color: #000;
}

.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;
    padding-left: 18px;
}

.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: outside;
    font-size: 13px;
    margin-bottom: 3px;
    color: #000;
}

#gbp-how-it-works {
    width: 50%;
    float: left;
    padding-top: 7px;
}

#gbp-how-it-works-link {
    font-size: 14px;
    color: #2BCC00;
}

#gbp-watch-our-video {
    float: right;
}

#gbp-vimeo-play-button {
    border: 1px solid #2BCC00;
    height: 40px;
    border-radius: 5px;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-right: 7px;
}
.video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#gbp-triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #FFFFFF;
    border-bottom: 5px solid transparent;
}
#gbp-triangle-container {
    height: 25px;
    width: 25px;
    background-color: #34CB00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    margin-left: 7px;
    margin-right: 10px;
}
#gbp-videoModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

#gbp-videoModal-content {
    background-color: transparent;
    min-width: 640px;
}

#gbp-closeVideo {
    color: #FFFFFF;
    float: right;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.videoModal-content iframe {

}
#gbp-closeVideo:hover,
#gbp-closeVideo:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.gbp-main-logo {
    display: block;
    max-width: 370px;
    height: 68px;
    background: url('../images/logo-main.svg') center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
.gbp-powered-by {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    color: #999999;
}
.gbp-powered-by .gbp-logo {
    width: 128px;
    height: 30px;
    background: url('../images/powered-by.png') center right no-repeat;
    background-size: contain;
}

@media (max-width: 760px) {
    #gbp-videoModal-content iframe {
        max-height: 205px;
    }
}
@media (min-width: 761px) and (max-width: 999px) {
    #gbp-videoModal-content iframe {
        width: 760px;
        height: 600px;
    }
}
@media (min-width: 1000px) and (max-width: 1600px) {
    #gbp-videoModal-content iframe {
        width: 965px;
        height: 650px;
    }
}
@media (min-width: 1600px) {
    #gbp-videoModal-content iframe {
        width: 1250px;
        height: 700px;
    }
}