/* _content/AcsRemotePaymentApp/Views/OrbitalHostedPayment/OrbitalPayment.cshtml.rz.scp.css */
.select-cst select.form-control[b-g4096b29en] {
    padding: 10px 30px 10px 10px;
    /* height: auto; */
    border-radius: 8px;
    color: #0F2144;
    font-weight: 600;
    min-width: 175px;
    width: 100%;
}

.select-cst[b-g4096b29en]:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(./images/DropButton.png);
    filter: invert(86%) sepia(43%) saturate(2854%) hue-rotate(205deg) brightness(93%) contrast(95%);
    content: "";
    width: 18px;
    height: 18px;
    pointer-events: none;
}

div#select-existing-payment-method[b-g4096b29en] {
    position: relative;
    max-width: 320px;
}

.form-check input[b-g4096b29en] {
    width: auto !important;
    height: auto !important;
    min-height: inherit !important;
    padding: 0px !important;
    outline: none;
    border: none;
    margin: 0px !important;
}

.form-check-input[b-g4096b29en] {
    position: absolute;
    margin-top: .3rem !important;
    margin-left: -1.25rem !important;
}

.form-check[b-g4096b29en] {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 40px;
}

    .form-check input[b-g4096b29en] {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

.ac-wrapper label[b-g4096b29en] {
    font-weight: 500;
    color: #0f2144;
}

.form-check label[b-g4096b29en]:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #0F2144;
    padding: 2px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 24px;
    width: 24px;
}

.form-check input:checked + label[b-g4096b29en]:before {
    background-color: #0f2144;
}

.form-check input:checked + label[b-g4096b29en]:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.message-error[b-g4096b29en] {
    display: block;
    text-align: center;
    color: #e4434b;
    margin-top: 5px;
}

.secureFrame[b-g4096b29en] {
    width: 100%;
    height: 50vh;
    min-height: 500px;
    overflow-x: hidden;
    border: 0 !important;
}
/* _content/AcsRemotePaymentApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ocbgq6xxnp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ocbgq6xxnp] {
  color: #0077cc;
}

.btn-primary[b-ocbgq6xxnp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ocbgq6xxnp], .nav-pills .show > .nav-link[b-ocbgq6xxnp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ocbgq6xxnp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ocbgq6xxnp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ocbgq6xxnp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ocbgq6xxnp] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ocbgq6xxnp] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
