/* _content/KittensArt/Pages/ContactUs.cshtml.rz.scp.css */
/* Page wrapper */
.contact-wrapper[b-d1spub30dc] {
    max-width: 760px;
    margin: 80px auto;
    padding: 44px 52px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

    /* Title */
    .contact-wrapper h2[b-d1spub30dc] {
        text-align: center;
        font-weight: 600;
        margin-bottom: 32px;
    }

/* Labels */
.form-label[b-d1spub30dc] {
    font-weight: 500;
    margin-bottom: 6px;
}

/* Inputs */
.form-control[b-d1spub30dc] {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ced4da;
}

    .form-control:focus[b-d1spub30dc] {
        border-color: #6366f1;
        box-shadow: 0 0 0 0.15rem rgba(99,102,241,0.25);
    }

/* Textarea */
textarea.form-control[b-d1spub30dc] {
    resize: vertical;
    min-height: 140px;
}

/* Submit button */
.btn-primary[b-d1spub30dc] {
    background-color: #6366f1;
    border: none;
}

    .btn-primary:hover[b-d1spub30dc] {
        background-color: #4f46e5;
    }

/* Countdown text */
#countdown[b-d1spub30dc] {
    font-size: 14px;
}

/* Alerts */
.alert[b-d1spub30dc] {
    border-radius: 12px;
}

/* Mobile */
@media (max-width: 768px) {
    .contact-wrapper[b-d1spub30dc] {
        margin: 40px 16px;
        padding: 32px 24px;
    }
}
/* _content/KittensArt/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-5ko8uvrbti] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-5ko8uvrbti] {
  color: #0077cc;
}

.btn-primary[b-5ko8uvrbti] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-5ko8uvrbti], .nav-pills .show > .nav-link[b-5ko8uvrbti] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-5ko8uvrbti] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-5ko8uvrbti] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-5ko8uvrbti] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-5ko8uvrbti] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-5ko8uvrbti] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
