/* /Pages/Index.cshtml.rz.scp.css */
:root[b-e9mxvcihfx] {
    --brand-color: #900047;
    --brand-alternative-color: #a7a6a7;
}

.payment-container[b-e9mxvcihfx] {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-container .form-group[b-e9mxvcihfx] {
    width: 80%;
}

.pay-button[b-e9mxvcihfx] {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: right;
}

/*.primary-button {
    border: 1px solid var(--brand-color);
    color: #fff;
    background: var(--brand-color);
    border-radius: 10px;
    padding: .4em 1em;
    cursor: pointer
}*/

.primary-button:hover[b-e9mxvcihfx],
.primary-button:focus[b-e9mxvcihfx],
.primary-button:active[b-e9mxvcihfx] {
    transform: scale(1.03);
    font-size: 1.02em;
}

.form-control[b-e9mxvcihfx], .form-select[b-e9mxvcihfx] {
    border: 1px solid var(--brand-color) !important;
}

options:hover[b-e9mxvcihfx] {
    background: var(--brand-color);
}

.form-control:hover[b-e9mxvcihfx], .form-control:focus[b-e9mxvcihfx], .form-control:active[b-e9mxvcihfx],
.form-select:hover[b-e9mxvcihfx], .form-select:focus[b-e9mxvcihfx], .form-select:active[b-e9mxvcihfx] {
    border: 1px solid var(--brand-color);
    box-shadow: 0 0 0 2px #fff, 
        0 0 0 4px var(--brand-color);
}

@media (max-width: 769px) {
    .payment-container .form-group[b-e9mxvcihfx] {
        width: 100%;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-vb6p1d5s10] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-vb6p1d5s10] {
  color: #0077cc;
}

.btn-primary[b-vb6p1d5s10] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-vb6p1d5s10], .nav-pills .show > .nav-link[b-vb6p1d5s10] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-vb6p1d5s10] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-vb6p1d5s10] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-vb6p1d5s10] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-vb6p1d5s10] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-vb6p1d5s10] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
