/* /Views/Shared/Components/ModelPopup/Default.cshtml.rz.scp.css */
.pp-modal[b-ypth292v8t] {
    --pp-theme: #0758b7;
    --pp-theme-dark: #03438f;
    --pp-theme-soft: #eaf3ff;
    --pp-theme-ring: rgb(7 88 183 / 20%);
    width: min(92vw, 450px);
    border: 0;
    border-radius: 20px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 25px 80px rgb(15 23 42 / 35%);
}

    .pp-modal[b-ypth292v8t]::backdrop {
        background: rgb(15 23 42 / 65%);
        backdrop-filter: blur(3px);
    }

.pp-modal--primary[b-ypth292v8t] {
    --pp-theme: #0758b7;
    --pp-theme-dark: #03438f;
    --pp-theme-soft: #eaf3ff;
    --pp-theme-ring: rgb(7 88 183 / 20%);
}

.pp-modal--secondary[b-ypth292v8t] {
    --pp-theme: #64748b;
    --pp-theme-dark: #475569;
    --pp-theme-soft: #f1f5f9;
    --pp-theme-ring: rgb(100 116 139 / 20%);
}

.pp-modal--success[b-ypth292v8t] {
    --pp-theme: #079443;
    --pp-theme-dark: #057334;
    --pp-theme-soft: #eaf9f0;
    --pp-theme-ring: rgb(7 148 67 / 20%);
}

.pp-modal--warning[b-ypth292v8t] {
    --pp-theme: #c47d00;
    --pp-theme-dark: #9a6200;
    --pp-theme-soft: #fff7df;
    --pp-theme-ring: rgb(196 125 0 / 20%);
}

.pp-modal--danger[b-ypth292v8t] {
    --pp-theme: #dc2626;
    --pp-theme-dark: #b91c1c;
    --pp-theme-soft: #fff0f0;
    --pp-theme-ring: rgb(220 38 38 / 20%);
}

.pp-modal__content[b-ypth292v8t] {
    position: relative;
    padding: 34px 30px 30px;
    text-align: center;
}

.pp-modal__close[b-ypth292v8t] {
    position: absolute;
    top: 10px;
    right: 16px;
    border: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.pp-modal__icon[b-ypth292v8t] {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    place-items: center;
    border-radius: 50%;
    background: var(--pp-theme-soft);
    box-shadow: 0 0 0 7px var(--pp-theme-ring);
    color: var(--pp-theme);
    font-size: 28px;
    font-weight: 800;
}

.pp-modal h2[b-ypth292v8t] {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 22px;
}

.pp-modal__message[b-ypth292v8t] {
    margin: 0 0 25px;
    color: #475569;
    line-height: 1.6;
}

.pp-modal__actions[b-ypth292v8t] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.pp-modal__button[b-ypth292v8t] {
    display: inline-flex;
    min-width: 120px;
    justify-content: center;
    border-radius: 9px;
    padding: 11px 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.pp-modal__button--primary[b-ypth292v8t] {
    border: 1px solid var(--pp-theme);
    background: var(--pp-theme);
    color: #ffffff;
}

    .pp-modal__button--primary:hover[b-ypth292v8t] {
        border-color: var(--pp-theme-dark);
        background: var(--pp-theme-dark);
    }

.pp-modal__button--secondary[b-ypth292v8t] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}
/* /Views/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-wedk7sl7hb] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-wedk7sl7hb] {
  color: #0077cc;
}

.btn-primary[b-wedk7sl7hb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-wedk7sl7hb], .nav-pills .show > .nav-link[b-wedk7sl7hb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-wedk7sl7hb] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-wedk7sl7hb] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-wedk7sl7hb] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-wedk7sl7hb] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-wedk7sl7hb] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
