﻿.wpwl-container {
}

/* Labels and Input controls */

.wpwl-label {
}

.wpwl-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Focus styles aren't copied by the payment widget, so we leave them completely
    .wpwl-control:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }
    */

select.wpwl-control {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

/* Buttons */

.wpwl-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .wpwl-button:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.wpwl-button-pay {
}

.wpwl-button-brand {
    background-color: white;
}

    .wpwl-button-brand:hover {
        background-color: #afcfff;
    }

/* Brand logos: wpwl-brand-BRAND */

.wpwl-brand {
}

.wpwl-brand-MASTER {
}

.wpwl-brand-PAYPAL {
}

form div.wpwl-group.wpwl-group-brand.wpwl-clearfix {
    display: flex;
    align-items: center !important;
    margin-bottom: 50px;
}

div[name=wpwl-label-paymentBrand]{
    display: none;
}

select[name=paymentBrand] {
    width: 200px;
}