main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.order-page,
.order-status-page {
    padding-bottom: 32px;
}

.order-hero {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f4f8ff 0%, #eef7f1 100%);
    border: 1px solid #d9e6db;
}

.order-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #1f6f46;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.order-title {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
}

.order-subtitle {
    max-width: 700px;
    color: #4a5b50;
    font-size: 1.05rem;
}

.order-form-card,
.order-info-card,
.order-summary-card {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(14, 39, 23, 0.08);
}

.order-submit {
    min-width: 280px;
}

.order-steps {
    margin: 0;
    padding-left: 1.2rem;
}

.order-steps li + li {
    margin-top: 12px;
}

.info-page {
    padding-bottom: 40px;
}

.info-hero {
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(57, 123, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #f7fbff 0%, #eef6f0 100%);
    border: 1px solid #dce8df;
}

.info-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #153f8a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.info-title {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.info-subtitle {
    max-width: 760px;
    margin-bottom: 0;
    color: #4e5e54;
    font-size: 1.05rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.info-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #e2e8e4;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(22, 43, 28, 0.07);
}

.info-card h2 {
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.info-card h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.info-card p:last-child,
.info-card ul:last-child,
.info-card ol:last-child {
    margin-bottom: 0;
}

.info-list,
.info-steps {
    margin: 0;
    padding-left: 1.2rem;
}

.info-list li + li,
.info-steps li + li {
    margin-top: 10px;
}

.info-note,
.info-warning {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
}

.info-note {
    background: #f4f8ff;
    border: 1px solid #d7e5ff;
    color: #244162;
}

.info-warning {
    background: #fff5ea;
    border: 1px solid #ffdcb5;
    color: #7a4a12;
}

.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.info-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
}

.info-action-primary {
    background: #1f6f46;
    color: #fff;
}

.info-action-secondary {
    background: #edf3ff;
    color: #153f8a;
    border: 1px solid #d6e2ff;
}

.info-section {
    margin-top: 20px;
}

.info-section-title {
    margin-bottom: 14px;
    font-size: 1.3rem;
}

.info-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.info-choice-card {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #dfe7e2;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcfa 100%);
}

.info-choice-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.info-choice-card p {
    color: #4e5e54;
}

.info-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #edf3ff;
    color: #153f8a;
    font-size: 12px;
    font-weight: 700;
}

.info-meta {
    color: #5b6b61;
    font-size: .95rem;
}

.info-link-list {
    display: grid;
    gap: 12px;
}

.info-link-item {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #dfe7e2;
    background: #f9fbff;
    color: #16324a;
    text-decoration: none;
}

.info-link-item strong {
    display: block;
    margin-bottom: 4px;
}

.info-link-item span {
    color: #5a6775;
}

@media (max-width: 767px) {
    .info-hero,
    .info-card {
        padding: 22px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-choice-grid {
        grid-template-columns: 1fr;
    }
}
