@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Urbanist", sans-serif!important;
    background-color: #ffffff;
    color: #000000;
    scroll-behavior: smooth;
}
.form-control {
    background-color: #F4F4F4;
    color: #1f1f1f;
    border: none;
    padding: 15px 20px 15px 20px;
    font-size: 24px;
    border-radius: 10px;
}
.form-control:focus {
    background-color: #F4F4F4;
    color: #1f1f1f;
}
.auth .primarybtn {
    background-color: #009DFF;
    color: white;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
}
.auth h2 {
    font-weight: 600;
}
.auth {
    /* background-image: url(../img/bouwdag-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%; */
    /* background-color: #f6f6f6; */
}
.auth h3 {
    font-weight: 600;
}
.navbar {
    background-color: #fff !important;
    padding: 20px 0px;
}
.navbar .nav-link {
    font-size: 24px;
    margin-left: 10px;
    color: #000;
}
.navbar .nav-link:hover {
    color: #0f0f0f;
    transition: .3s;
}
.btn-outline-primary {
    color: white;
    border: 1px solid white;
    font-size: 16px;
}
.btn-outline-primary:hover {
    background-color: white;
    color: #1a1a1a;
    border: 1px solid #fff;
}
.dropdown-item {
    padding: 35px 50px 10px 25px;
    background-color: #1a1a1a;
    color: #fff!important;
}
.dropdown-item i {
    font-size: 24px;
    color: #fff!important;
    margin-right: 24px;
    background-color: #252525;
    padding: 20px 23px;
    border-radius: 7px;
}
.dropdown-menu {
    background-color: #1a1a1a;
    color: #fff!important;
}
.dropdown-item:hover {
    background-color: #1b1b1b;
    color: white;
}
.dropdown-item h6 {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 600;
}
/* Public site layout */
.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid #ecf0f4;
    padding: 12px 0;
}
.site-brand {
    text-decoration: none;
    color: #1f1f1f;
    font-weight: 800;
}
.site-brand-text {
    font-weight: 800;
    color: #1f1f1f;
    font-size: 18px;
}
.site-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.site-link {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
}
.site-link:hover {
    background: #f1f3f5;
    color: #0d74d6;
}
.site-actions {
    display: flex;
    gap: 8px;
}
.site-btn {
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #d6dde6;
}
.site-btn.primary {
    background: #0d74d6;
    color: #fff;
    border-color: #0d74d6;
    box-shadow: 0 8px 16px rgba(13,116,214,0.25);
}
.site-btn.ghost {
    background: #eef1f5;
    color: #1f1f1f;
}
.site-hero {
    padding: 80px 0 60px 0;
    background: linear-gradient(135deg, #e7f5ff 0%, #eef1f5 100%);
}
.site-hero h1 {
    font-weight: 800;
    font-size: 42px;
    color: #1f1f1f;
}
.site-hero p {
    font-size: 18px;
    color: #4c5b6b;
    max-width: 540px;
}
.site-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.site-card {
    background: #ffffff;
    border: 1px solid #ecf0f4;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.site-card h4 {
    font-weight: 800;
}
.site-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    background: #e7f5ff;
    color: #0d74d6;
    margin-bottom: 10px;
}
.site-section {
    padding: 60px 0;
}
.site-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.site-step {
    background: #f9fafb;
    border: 1px solid #ecf0f4;
    border-radius: 12px;
    padding: 16px;
    font-weight: 700;
    color: #1f1f1f;
}
.site-footer {
    background: #ffffff;
    border-top: 1px solid #ecf0f4;
    padding: 20px 0;
    margin-top: 40px;
}
.site-footer-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.site-footer-links a {
    color: #4c5b6b;
    text-decoration: none;
    font-weight: 700;
}
.site-footer-links a:hover {
    color: #0d74d6;
}
.start-banner h2 {
    font-size: 56px;
}
.start-banner p {
    font-size: 22px;
    color: #393939;
    margin-top: 8px;
}
.large-vehicle-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
}
.large-vehicle-card:hover {
    filter: brightness(70%);
    transition: .3s;
}
.large-vehicle-card .brand-card {
    padding: 4px 12px 4px 12px;
    background-color: #fff;
    color: #000000;
    border-radius: 16px;
    font-weight: 600;
}
.large-vehicle-card .amount-card i {
    margin-left: 7px;
}
.large-vehicle-card .amount-card {
    font-size: 16px;
    font-weight: 500;
    margin-top: 1rem;
}
.large-vehicle-card h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 1rem;
}
.large-vehicle-card h5 {
    font-weight: 600;
}
.navbtn {
    background-color: #009DFF;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}
.navbtn:hover {
    color: #fff;
    background-color: #0093ef;
    text-decoration: none;
    transition: .3s;
}
.bd-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #ecf0f4;
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 10px 12px 12px 12px;
    z-index: 200;
}
.bd-bottom-link {
    color: #1f1f1f;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 12px;
}
.bd-bottom-link i {
    font-size: 18px;
}
.bd-bottom-link:hover {
    color: #0d74d6;
}
.bd-auth-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #f4f6f9 0%, #e9ecef 60%, #e4e7ec 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px 120px 16px;
}
.bd-auth-card {
    background: #ffffff;
    border: 1px solid #ecf0f4;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    max-width: 420px;
    width: 100%;
}
.bd-auth-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #1f1f1f;
}
.bd-auth-sub {
    color: #5b6472;
    margin: 0;
    font-size: 14px;
}
.bd-auth-footer {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-strength {
    margin-top: 6px;
}
.bd-strength-bar {
    height: 6px;
    border-radius: 8px;
    background: #e4e8ed;
    width: 0%;
    transition: width 0.2s ease, background 0.2s ease;
}
.bd-strength-text {
    display: block;
    font-size: 12px;
    color: #5b6472;
    margin-top: 4px;
    font-weight: 700;
}
.bd-nav {
    background: #ffffff;
    border-bottom: 1px solid #ecf0f4;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 12px 0;
}
.bd-nav-brand img {
    display: block;
}
.bd-nav-tag {
    background: #e7f5ff;
    color: #0d74d6;
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
}
.bd-nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.bd-nav-link {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
}
.bd-nav-link i {
    margin-right: 6px;
}
.bd-nav-link:hover {
    background: #f1f3f5;
    color: #0d74d6;
}
.bd-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bd-nav-btn {
    border: 1px solid #d6dde6;
    background: #f3f4f7;
    color: #1f1f1f;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
}
.bd-nav-btn.primary {
    background: #0d74d6;
    color: #fff;
    border-color: #0d74d6;
    box-shadow: 0 8px 16px rgba(13, 116, 214, 0.25);
}
.bd-nav-btn:hover {
    background: #e8ebf0;
    color: #0d74d6;
}
.bd-nav-btn.primary:hover {
    background: #0b66bd;
    color: #fff;
}
.bd-nav-btn i {
    margin-right: 6px;
}
.bd-nav-user {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.bd-nav-username {
    font-weight: 800;
    color: #1f1f1f;
}
.bd-nav-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef1f5;
    color: #0d74d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #d6dde6;
}
.bd-nav-user:hover .bd-nav-menu {
    display: block;
}
.bd-nav-user.active .bd-nav-menu {
    display: block;
}
.bd-nav-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #ffffff;
    border: 1px solid #ecf0f4;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    min-width: 180px;
    padding: 8px;
    z-index: 150;
}
.bd-nav-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    text-decoration: none;
    color: #1f1f1f;
    border-radius: 10px;
    font-weight: 700;
}
.bd-nav-menu a:hover {
    background: #f1f3f5;
    color: #0d74d6;
}
.splitter hr {
    border: 1px solid #707070;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.notification-card {
    border: 1px solid #fff;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.notification-card i {
    font-size: 48px;
}
.notification-card h5 {
    font-weight: 600;
    margin-top: 15px;
}
.list-group-item {
    background-color: #1a1a1a;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 1rem;
    text-decoration: none;
}
.list-group-item a {
    text-decoration: none;
    font-weight: 600;
}
.card {
    background-color: #f6f6f6;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
}
.card img {
    display: inline-block;
}
.card h4 {
    font-weight: 600;
    margin-top: 14px;
}
h2 {
    font-weight: 600;
}
.dot {
    color: #009DFF;
}
.alert-danger {
    background-color: #ff3939;
    color: white;
    border: none;
    border-radius: 0px;
}
.primarybtn {
    background-color: #009DFF;
    color: white;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
}
.winkel-option {
    padding: 25px;
    background-color: #f6f6f6;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
}
.winkel-option h4 {
    font-weight: 600;
}

input[type="radio"]:checked + .winkel-option {
    background-color: #009DFF; /* Change background when selected */
    color: white!important;
    border-color: #009DFF;
}

input[type="radio"]:checked + .bg-success {
    background-color: #f6f6f6; /* Change background when selected */
    color: #009DFF;
}

input[type="radio"]:not(:checked) + .winkel-option:hover {
    background-color: #f6f6f6;
}
.winkel-option i {
    font-size: 36px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 30px;
}
h4 {
    font-weight: 600;
}
    .step { display: none; }
    .step.active { display: block; }
    .progressbar { display: flex; justify-content: space-between; margin-bottom: 2rem; }
    .progress-step {
      width: 60px; height: 60px; border-radius: 50%;
      background-color: #ccc; display: flex; align-items: center; justify-content: center;
      font-weight: bold; color: white;
    }
    .progress-step.active { background-color: #009DFF; }

.secondarybtn {
    background-color: #f6f6f6;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
    margin-right: 10px;
}
.secondarycard {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.status-ACTIEF {
    color: #00C851!important;
    background-color: #00c85023;
    font-weight: 600;
    padding: 4px 12px 4px 12px;
    border-radius: 16px;
    margin-bottom: 14px;
}
.status-BEZIG {
    color: #ffbb33;
    background-color: #ffbb332f;
    font-weight: 600;
    padding: 4px 12px 4px 12px;
    border-radius: 16px;
    margin-bottom: 14px;
}
.status-AFGEROND { 
    color: #33b5e5;
    background-color: #33b6e52f;
    font-weight: 600;
    padding: 4px 12px 4px 12px;
    border-radius: 16px;
    margin-bottom: 14px;
}
.status-GEANNULEERD {
    color: #ff4444;
    background-color: #ff444427;
    font-weight: 600;
    padding: 4px 12px 4px 12px;
    border-radius: 16px;
    margin-bottom: 14px;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    margin-right: 10px;
}
.nav-tabs .nav-link.active {
    border-bottom: 4px solid #009DFF;
}

/* Bouwdag detail layout */
.bd-page {
    background: #e9ecef;
    padding: 40px 0 120px 0;
    min-height: 100vh;
}
.bd-hero {
    margin-bottom: 24px;
}
.bd-hero-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #d1e8ff;
    color: #0d74d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.bd-hero-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #1f1f1f;
}
.bd-hero-sub {
    margin: 2px 0 0 0;
    color: #585858;
    font-size: 14px;
}
.bd-cancel-btn {
    background: #e34b4b;
    color: #fff;
    padding: 10px 18px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(227, 75, 75, 0.25);
    transition: all .2s ease;
}
.bd-cancel-btn:hover {
    color: #fff;
    background: #cf3c3c;
}
.bd-card {
    background: #f9fafb;
    border: 1px solid #ecf0f4;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.bd-card-title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}
.bd-sub {
    font-size: 12px;
    color: #6a7684;
    margin: 2px 0 0 0;
}
.bd-card-head {
    margin-bottom: 12px;
}
.bd-label {
    font-weight: 600;
    font-size: 12px;
    color: #383838;
    margin-bottom: 6px;
}
.bd-input,
.bd-textarea {
    background: #f1f3f5;
    border: none;
    color: #1f1f1f;
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 10px;
}
.bd-input:focus,
.bd-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #c5e3ff;
}
.bd-textarea-wrap {
    position: relative;
}
.bd-help {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #8ea0b4;
}
.bd-icon-pill {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #e5f2ff;
    color: #0d74d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.bd-applicant-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bd-applicant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f3f5;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid transparent;
}
.bd-selected {
    background: #e7f5ff;
    border-color: #84c5ff;
}
.bd-accepted {
    background: #e8f6e7;
    border-color: #a3dc9b;
}
.bd-neutral {
    background: #f1f3f5;
}
.bd-rejected {
    background: #fbe9e9;
    border-color: #f7b3b3;
}
.bd-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.bd-applicant-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.bd-applicant-name {
    font-weight: 700;
    font-size: 14px;
    color: #1f1f1f;
}
.bd-applicant-meta {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.bd-chip {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}
.bd-chip-blue { background: #dff0ff; color: #0f6ac7; }
.bd-chip-light { background: #eef1f5; color: #4c5b6b; }
.bd-stars { color: #ff9c1c; font-size: 12px; }
.bd-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5c728a;
}
.bd-tabs {
    display: flex;
    gap: 10px;
    margin: 10px 0 18px 0;
    flex-wrap: wrap;
}
.bd-tab {
    border: 1px solid #e0e6ed;
    background: #f3f4f7;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    color: #1f2a37;
    cursor: pointer;
}
.bd-tab.active {
    background: #0d74d6;
    color: #fff;
    border-color: #0d74d6;
}
.bd-tab-panels {
    width: 100%;
}
.bd-tab-panel {
    display: none;
}
.bd-tab-panel.active {
    display: block;
}
.bd-check-card {
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    padding: 18px 20px;
}
.bd-check-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.bd-check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bd-check-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    background: #f9fafc;
}
.bd-check-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bd-input-xs {
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 8px;
}
.bd-btn-xs {
    padding: 6px 10px;
    font-size: 12px;
}
.bd-open-check[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.bd-check-badge {
    font-weight: 700;
}
.bd-inline-form {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.bd-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}
.bd-review-card {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e6eaf0;
    background: #f9fafc;
}
.bd-checkin-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 9999;
}
.bd-checkin-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.bd-checkin-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    width: min(420px, 100%);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.25);
    transform: translateY(30px);
    animation: bd-slide-up 0.35s ease forwards;
}
.bd-checkin-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.bd-checkin-code {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 6px;
    margin: 16px 0;
}
.bd-checkin-code span {
    border-bottom: 3px solid #0d74d6;
    padding: 4px 6px;
}
.bd-checkin-timer {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #0d74d6;
    margin-bottom: 12px;
}
@keyframes bd-slide-up {
    to { transform: translateY(0); }
}
.bd-icon-success { color: #2a9e55; }
.bd-icon-danger { color: #e74c3c; }
.bd-card-cost .bd-sub {
    font-size: 12px;
    color: #6a7684;
}
.bd-cost-chip {
    background: #f3f4f7;
    border-radius: 10px;
    padding: 12px 14px;
    text-align: center;
    border: 1px solid #e6eaf0;
}
.bd-cost-chip p {
    margin: 0;
    color: #626f7f;
    font-size: 12px;
}
.bd-cost-chip span {
    display: block;
    font-weight: 800;
    font-size: 18px;
    margin-top: 6px;
    color: #1f1f1f;
}
.bd-cost-total {
    font-size: 22px;
    font-weight: 800;
    color: #1f1f1f;
}
.bd-cost-placeholder {
    background: #f3f4f7;
    border: 1px dashed #c9d3df;
    border-radius: 10px;
    padding: 24px;
    color: #607086;
    text-align: center;
    font-weight: 600;
}
.bd-happy-placeholder {
    background: #0d75d611;
    border: 1px dashed #0d74d6;
    border-radius: 10px;
    padding: 24px;
    color: #0d74d6;
    text-align: center;
    font-weight: 600;
}
.bd-error-placeholder {
    background: #e74d3c42;
    border: 1px dashed #e74c3c;
    border-radius: 10px;
    padding: 24px;
    color: #e74c3c;
    text-align: center;
    font-weight: 600;
}
.bd-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #cfe2ff;
    background: #f3f8ff;
    color: #1b3a5c;
    font-weight: 600;
}
.bd-info-card i {
    color: #0d74d6;
}
.bd-strook-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bd-strook-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f1f3f5;
    border-radius: 10px;
    border: 1px solid #e6eaf0;
}
.bd-strook-link {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}
.bd-strook-link:hover {
    border-color: #cfe2ff;
    background: #f3f8ff;
}
.bd-strook-id {
    font-weight: 800;
    font-size: 14px;
    color: #1f1f1f;
}
.bd-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
}
.bd-pill-success {
    background: #e8f6e7;
    color: #228b43;
}
.bd-pill-warning {
    background: #fff4e5;
    color: #c67b15;
}
.bd-pill-danger {
    background: #fbe9e9;
    color: #e74c3c;
}
.bd-pill-blue {
    background: #dff0ff;
    color: #0d74d6;
}
.bd-btn-download {
    background: #0d74d6;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 18px rgba(13, 116, 214, 0.25);
}
.bd-btn-download:hover {
    color: #fff;
    background: #0b66bd;
}
.bd-btn-ghost {
    background: #eef1f5;
    color: #1f1f1f;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
}
.bd-btn-ghost:hover {
    color: #0d74d6;
    background: #e4e8ed;
}
.bd-result-card {
    display: block;
    background: #f9fafb;
    border: 1px solid #ecf0f4;
    border-radius: 14px;
    padding: 18px;
    color: #1f1f1f;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
    transition: transform .12s ease, box-shadow .12s ease;
}
.bd-result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
    text-decoration: none;
    color: #1f1f1f;
}
.bd-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}
.bd-result-title {
    font-weight: 800;
    font-size: 16px;
}
.bd-result-meta {
    color: #586777;
    font-size: 12px;
    margin-bottom: 8px;
}
.bd-result-text {
    color: #1f1f1f;
    font-size: 13px;
    min-height: 48px;
    max-height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
}
.bd-result-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #4c5b6b;
}
.bd-result-date {
    font-weight: 700;
}
.bd-stat-card {
    background: #f9fafb;
    border: 1px solid #ecf0f4;
    border-radius: 14px;
}
.bd-stat-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.bd-stat-link:hover {
    border-color: #cfe2ff;
    box-shadow: 0 12px 26px rgba(13, 116, 214, 0.12);
}
.bd-stat-label {
    font-size: 12px;
    color: #6a7684;
    font-weight: 700;
}
.bd-stat-value {
    font-size: 26px;
    font-weight: 800;
    margin: 6px 0;
    color: #1f1f1f;
}
.bd-stat-meta {
    font-size: 12px;
    color: #8a96a4;
}
.bd-feature-card {
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
}
.bd-feature-body {
    padding: 18px;
}
.bd-feature-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 4px 0;
}
.bd-feature-meta {
    margin: 0 0 10px 0;
    color: #e8eaed;
    font-weight: 600;
}
.bd-feature-chips .bd-chip {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}
.bd-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bd-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f1f3f5;
    border-radius: 10px;
    border: 1px solid #e6eaf0;
    font-weight: 700;
    color: #1f1f1f;
}
.bd-link-danger {
    color: #e74c3c;
    font-weight: 800;
    text-decoration: none;
}
.bd-link-danger:hover {
    color: #c0392b;
    text-decoration: underline;
}
.bd-wallet-topup .bd-chip-btn {
    cursor: pointer;
    border: 1px solid #d6dde6;
    background: #f3f4f7;
    color: #1f1f1f;
    font-weight: 700;
}
.bd-wallet-topup .bd-chip-btn:hover {
    background: #e8ebf0;
}
.bd-wallet-inline {
    background: #f8fbff;
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    padding: 14px;
}
.bd-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}
.bd-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.bd-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #dfe5ed;
    transition: 0.2s;
    border-radius: 20px;
}
.bd-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.2s;
    border-radius: 50%;
}
.bd-switch input:checked + .bd-slider {
    background-color: #0d74d6;
}
.bd-switch input:checked + .bd-slider:before {
    transform: translateX(20px);
}
.bd-transaction-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bd-transaction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f1f3f5;
    border-radius: 10px;
    border: 1px solid #e6eaf0;
}
.bd-amount-positive {
    color: #228b43;
    font-weight: 800;
}
.bd-amount-negative {
    color: #e74c3c;
    font-weight: 800;
}
.bd-step-card {
    padding: 22px;
}
.bd-progressbar.progressbar {
    gap: 10px;
    margin-bottom: 24px;
}
.progress-step {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: #e4e8ed;
    position: relative;
}
.progress-step.active {
    background: linear-gradient(90deg, #0d74d6, #47b3ff);
}
.progress-step.active::after {
    content: attr(data-step);
    position: absolute;
    top: -14px;
    right: -6px;
    font-size: 10px;
    color: #0d74d6;
    font-weight: 800;
}
.bd-step-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}
.bd-step-sub {
    margin-bottom: 16px;
    color: #6a7684;
}
.bd-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    background: #f1f3f5;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    cursor: pointer;
    height: 100%;
}
.bd-option i {
    font-size: 20px;
    color: #0d74d6;
}
.bd-option h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 2px 0;
}
.bd-option small,
.bd-option span {
    color: #4c5b6b;
}
.bd-option.compact {
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.bd-dropdown {
    position: relative;
}
.bd-dropdown-trigger {
    width: 100%;
    border: 1px solid #e0e6ed;
    background: #f9fafb;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #1f2a37;
}
.bd-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.12);
    padding: 8px;
    display: none;
    z-index: 10;
}
.bd-dropdown-menu.active {
    display: block;
}
.bd-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.bd-dropdown-item:hover {
    background: #f3f8ff;
}
.bd-dropdown-empty {
    padding: 10px;
    color: #607086;
    font-size: 13px;
}
input[type="radio"]:checked + .bd-option {
    border-color: #0d74d6;
    background: #e7f5ff;
}
.bd-counter-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f3f5;
    border-radius: 12px;
    border: 1px solid #e6eaf0;
    padding: 12px 14px;
}
.bd-counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.bd-counter-btn {
    background: #eef1f5;
    border: 1px solid #d6dde6;
    color: #1f1f1f;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-weight: 800;
}
.bd-counter-btn:hover {
    background: #e2e6ec;
}
.bd-overview-box {
    background: #f3f4f7;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 16px;
    color: #1f1f1f;
}
.bd-overview-note {
    margin: 10px 0 12px 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff7e6;
    border: 1px solid #f5d7a3;
    font-size: 13px;
    color: #7a4b12;
}
.bd-invalid {
    border: 1px solid #e74c3c !important;
    box-shadow: 0 0 0 1px rgba(231,76,60,0.2);
    background: #fdecea;
}
.bd-plan-card {
    background: #ffffff;
    border: 1px solid #ecf0f4;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.bd-plan-current {
    border: 2px solid #0d74d6;
    box-shadow: 0 18px 36px rgba(13,116,214,0.12);
}
.bd-plan-price {
    font-weight: 800;
    font-size: 18px;
    color: #1f1f1f;
}
.bd-plan-price small {
    font-weight: 700;
    color: #6a7684;
    margin-left: 6px;
}
.bd-plan-title {
    font-size: 22px;
    font-weight: 800;
    margin: 4px 0 2px 0;
}
.bd-plan-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.bd-plan-feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f1f1f;
    font-weight: 700;
}
.bd-plan-feature i.fa-check { color: #2ecc71; }
.bd-plan-feature i.fa-wand-magic-sparkles { color: #0d74d6; }
.bd-plan-feature i.fa-fire { color: #e74c3c; }
.bd-plan-feature i.fa-fire-extinguisher,
.bd-plan-feature i.fa-star { color: #8a96a4; }
.bd-map-marker {
    background: #0d74d6;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    border: 2px solid #fff;
    font-size: 14px;
}
.bd-map-marker i {
    color: #fff;
    line-height: 1;
}
.bd-option.bd-invalid,
.bd-input.bd-invalid,
.form-control.bd-invalid {
    border: 1px solid #e74c3c !important;
    box-shadow: 0 0 0 1px rgba(231,76,60,0.2);
    background: #fdecea;
}

@media (max-width: 991px) {
    .bd-hero {
        gap: 12px;
    }
    .bd-card {
        padding: 18px;
    }
    .bd-nav {
        position: static;
    }
    .bd-nav-links {
        justify-content: flex-start;
    }
    .bd-nav-actions {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .bd-nav {
        display: none;
    }
    .bd-bottom-nav {
        display: flex;
    }
    .bd-page {
        padding-bottom: 140px;
    }
    .bd-nav .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .bd-nav-links {
        width: 100%;
        gap: 6px;
    }
    .bd-nav-link {
        width: 100%;
        padding: 10px 12px;
    }
    .bd-nav-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .bd-nav-btn {
        width: 48%;
        text-align: left;
    }
    .bd-nav-btn.primary {
        width: 100%;
    }
}
.winkel-option {
    padding: 25px 20px 25px 20px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
}
.winkel-option h4 {
    font-weight: 600;
    font-size: 22px;
}
.winkel-option i {
    font-size: 18px;
}

input[type="radio"]:checked + .winkel-option {
    background-color: #0d74d6; /* Change background when selected */
    color: white;
    border-color: #0d74d6;
}

input[type="radio"]:checked + .bg-success {
    background-color: #ffffff; /* Change background when selected */
    color: #0d74d6;
}

input[type="radio"]:not(:checked) + .winkel-option:hover {
    background-color: #fff;
}
.bd-result-urgent {
    background-color: #ff44441e;
    border: 1px dashed #ff4444;
}
.bd-result-uitgelicht {
    background-color: #0d74d61e;
    border: 1px dashed #0d74d6;
}
