/* _content/PaymentNet.Web/Pages/Error.cshtml.rz.scp.css */
.main[b-tekqrylsye] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .main[b-tekqrylsye] {
        grid-template-columns: 1fr;
    }
}

.payment-info[b-tekqrylsye] {
    display: grid;
    grid-template-columns: auto auto 1fr;
}
/* _content/PaymentNet.Web/Pages/Index.cshtml.rz.scp.css */
.main[b-b5frensk2i] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .main[b-b5frensk2i] {
        grid-template-columns: 1fr;
    }
}
/* _content/PaymentNet.Web/Pages/Payment.cshtml.rz.scp.css */
.main[b-wk8517l81d] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .main[b-wk8517l81d] {
        grid-template-columns: 1fr;
    }
}

.payment-info[b-wk8517l81d] {
    display: grid;
    grid-template-columns: auto auto 1fr;
}


/* _content/PaymentNet.Web/Pages/PaymentFail.cshtml.rz.scp.css */
.main[b-6rfl43wwp1] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .main[b-6rfl43wwp1] {
        grid-template-columns: 1fr;
    }
}

.payment-info[b-6rfl43wwp1] {
    display: grid;
    grid-template-columns: auto auto 1fr;
}
/* _content/PaymentNet.Web/Pages/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-ig75ylknis] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ig75ylknis] {
  color: #0077cc;
}

.btn-primary[b-ig75ylknis] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ig75ylknis], .nav-pills .show > .nav-link[b-ig75ylknis] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ig75ylknis] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ig75ylknis] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ig75ylknis] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ig75ylknis] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ig75ylknis] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.wrapper[b-ig75ylknis] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
/* _content/PaymentNet.Web/Pages/ThankYou.cshtml.rz.scp.css */
.main[b-z4ruajtfv3] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .main[b-z4ruajtfv3] {
        grid-template-columns: 1fr;
    }
}

.payment-info[b-z4ruajtfv3] {
    display: grid;
    grid-template-columns: auto auto 1fr;
}
