﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #BE1522;
    --secondary-color: #29235C;
    --primary-button-color: var(--primary-color);
    --primary-button-text-color: #fff;
    --primary-button-border-color: var(--primary-color);
    --primary-button-text-hover-color: #fff;
    --primary-button-hover-color: #29235C;
    --primary-button-border-hover-color: #29235C;
    --secondary-button-color: #fff;
    --secondary-button-text-color: #444346;
    --secondary-button-hover-color: #BE1522;
    --secondary-button-text-hover-color: #fff;
    --accent-color: #F8A746;
    --light-accent-bg: #FFEDD7;
    --text-color: #000;
    --label-text-color: #333333;
    --input-border-color: #ced4da;
    --input-background-color: #fff;
    --input-text-color: #444346;
    --header-color: var(--secondary-color);
    --link-color: #29235C;
    --link-hover-color: #BE1522;
    --secondary-link-color: var(--accent-color);
    --background-color: #F8F8F8;
    --light-background-color: #F8F8F8;
    --light-bg: #FFE3C0;
    --border-color: #DADCED;
    --border: 1px solid var(--border-color);
    --logo: url(Images/raadhoven_logo.png);
    --table-background: #F7F7F9;
    --table-background-hover: #E9E8EE;
    --empty-msg-bg: #F4F4FB;
    --border-radius-small: 0;
    --border-radius-large: 0;
    --border-radius-card: 0;
    --text-danger: #D20033;
    --card-shadow: rgba(149, 157, 165, 0.1) 0px 6px 12px;
    --card-border-color: #fff;
    --card-header-color: #444346;
    --heading-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    --heading-color: #fff;
    --logo-width: 166px;
    --logo-height: 116px;
    --font-light: "Roboto Condensed", sans-serif;
    --font-reg: "Roboto Condensed", sans-serif;
    --font-semi: "Roboto Condensed", monospace;
    --font-bold: "Roboto Condensed", monospace;
}

body {
    font-family: var(--font-reg);
    letter-spacing: 0.05em;
}

.card-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: initial;
    border: none;
    color: var(--card-header-color);
    font-size: 1.2rem;
    font-family: var(--font-semi);
    text-transform: uppercase;
    font-weight: 500;
}

.navbar .logo-src {
    background-image: var(--logo);
    height: var(--logo-height);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: var(--logo-width);
    margin-left: 10px;
}

.app-wrapper-footer .app-footer .app-footer__inner,
.app-wrapper-footer .app-footer {
    border: none;
    padding: 0 !important;
}

::placeholder {
    color: #76777A !important;
    opacity: 0.4 !important;
}

.h3, .h4, .h5 {
    font-weight: 400;
    color: var(--header-color);
    text-transform: uppercase;
}

    .h3.welcome {
        color: #fff;
    }

.app-main {
    background-color: var(--background-color);
}

.btn, .card-header:first-child {
    border-radius: var(--border-radius-large);
}

    .btn.btn-primary {
        background-color: var(--primary-button-color) !important;
        border-color: var(--primary-button-border-color) !important;
        border-width: 1px;
        color: var(--primary-button-text-color);
    }

        .btn.btn-primary:hover, .btn.btn-primary:active {
            background-color: var(--primary-button-hover-color) !important;
            border-color: var(--primary-button-border-hover-color) !important;
            border-width: 1px;
            color: var(--primary-button-text-hover-color);
        }

.card {
    box-shadow: var(--card-shadow);
    border-radius: var(--border-radius-card);
    border-color: var(--card-border-color);
    border-width: 1px;
}

.card-header .header-col {
    padding: 0;
}

a, .link {
    color: var(--link-color);
}

.secondary-link {
    color: var(--secondary-link-color);
}

    a:hover, .link:hover, .secondary-link:hover {
        text-decoration: underline;
        cursor: pointer;
        color: var(--link-hover-color);
    }

.bb-textfield, .bb-selectfield, .bb-textareafield, .bb-togglefield {
    color: var(--text-color);
}

.input-group > .form-control, .input-group > .form-control-plaintext,
.input-group > .custom-select, .input-group > .custom-file, .form-control {
    color: var(--input-text-color);
    border-color: var(--input-border-color);
    background-color: var(--input-background-color);
}


.home-tiles {
    width: 100%;
}

    .home-tiles .card {
        height: 230px;
    }

    .home-tiles .card-body .col-sm-9 {
        height: 100px;
    }

    .home-tiles .card-body .form-group, .second-row .card-body.form-group {
        margin-bottom: 0;
    }

.home-tile .bb-textfield {
    color: var(--label-text-color);
}

.home-tile .multiple {
    padding-left: 15px;
}

.white-bg {
    background-color: #fff;
}

    .white-bg .col-sm-6 {
        max-width: 650px;
        margin: auto;
    }

    .white-bg .bb-linefield {
        color: var(--text-color);
    }

.triangle-shape {
    position: absolute;
    left: -30px;
    width: calc(100% + 30px);
    top: 400px;
}

    .triangle-shape svg {
        width: 100%;
    }

.welcome-msg {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
}

    .welcome-msg label {
        margin-right: 10px;
    }

    .welcome-msg * {
        color: var(--secondary-color) !important;
    }

    .banner .primary-link {
        color: var(--primary-color);
    }

.home-image-banner {
    background: transparent;
    border: none;
}

    .home-image-banner img {
        width: calc(100% + 42px);
        margin-left: -21px;
        height: 290px;
        margin-top: -1px;
        border-radius: var(--border-radius-small);
    }

    .home-image-banner .bb-linefield {
        position: absolute;
        top: 50px;
        width: 280px;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
    }

    .home-image-banner .bb-buttonfield {
        position: absolute;
        bottom: 30px;
        margin-left: 0px;
    }

    .home-image-banner .banner-btn {
        background-color: #fff !important;
        color: var(--secondary-color) !important;
        border: 2px solid #fff !important;
        padding: 8px 35px;
        border-radius: var(--border-radius-small);
    }

        .home-image-banner .banner-btn:hover {
            background-color: var(--primary-button-color) !important;
            color: #fff !important;
            border-color: var(--primary-button-color) !important;
        }

.home-tile img {
    width: 80px;
    position: absolute;
    top: -40px;
    right: 7px;
}

.bereken-premie .card-header {
    font-size: 22px;
}

.document-row {
    padding: 60px 0;
    text-align: center;
}

    .document-row > .col-sm-12 {
        max-width: 950px;
        margin: auto;
    }

.document-container {
    background-color: var(--light-background-color);
    padding: 15px 0;
    margin: 15px 0px;
    text-align: left;
}

    .document-container::after {
        content: '';
        background-image: url(Images/rectangle.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }

    .document-container .bb-linefield {
        margin: 0;
        color: var(--secondary-color);
        font-size: 16px;
        font-weight: 500;
    }

    .document-container span::before {
        margin-right: 25px;
    }

.account-container, .account-container .card-header {
    background-color: var(--secondary-color);
    border: none;
}

    .account-container, .account-container .h3 {
        color: #fff;
    }

        .account-container .p-3 a {
            color: #fff !important;
        }

.login-row {
    padding: 15px;
    max-width: 1000px;
    margin: auto;
}

    .login-row > .col-sm-6 {
        padding: 0;
    }

    .login-row .card-header {
        font-size: 22px;
    }

    .login-row .bb-linefield-column div {
        margin-left: 0px !important;
    }

.login-container, .account-container {
    height: 450px;
    border-radius: var(--border-radius-large);
    border: none;
}

    .login-container .minimal, .account-container .minimal {
        padding: 25px 0;
    }

    .account-container .bb-buttonfield {
        margin-top: 8px;
    }

    .account-container::after {
        content: '';
        background-image: url(Images/rectangle.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: 0;
        width: 60px;
        height: 60px;
    }

    .account-container .btn-primary {
        background-color: transparent !important;
        color: var(--secondary-button-color) !important;
        border-color: var( --secondary-button-color) !important;
        border-radius: var(--border-radius-large);
    }

        .account-container .btn-primary:hover, .account-container .btn-primary:active {
            background-color: var( --secondary-color) !important;
            color: #fff !important;
            border-color: var( --secondary-color) !important;
        }

.login-row .input-group input {
    border: none;
}

.ww-vergeten, .ww-vergeten a {
    color: var(--primary-color);
}

.navbar {
    background-color: var(--secondary-color);
    height: 57px;
    box-shadow: var(--heading-shadow) !important;
    padding: 0 15px;
}

.login-bg {
    background-color: var(--light-background-color);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(Images/rectangle_mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -90px;
    background-position-y: -270px;
}

    .banner .card-header {
        font-size: 24px;
        font-weight: 500;
    }

    .banner .btn {
        min-width: 165px;
    }

    .banner b {
        color: var(--secondary-color);
    }

    .banner .bb-linefield-column {
        color: var(--text-color);
        padding-left: 0;
    }

    .banner .link {
        color: var(--link-color) !important;
    }

/* CONTACT */
.contact-title-row {
    margin-top: 50px;
}

    .contact-title-row .bb-linefield {
        margin-left: -30px;
    }

.maps-container {
    margin-top: -105px;
    background-color: var(--light-bg);
}

    .maps-container > .show .card-body .bb-linefield:first-child div {
        margin-left: -20px;
        margin-top: -10px;
        padding: 0;
        width: calc(100% + 10px);
        height: 450px;
    }

        .maps-container > .show .card-body .bb-linefield:first-child div iframe {
            height: 450px;
        }

.location-row {
    margin-top: 25px;
    color: var(--secondary-color);
}

    .location-row .bb-linefield-column {
        height: unset !important;
    }

.location {
    margin-left: -18px !important;
    color: var(--text-color);
}

.map-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -15px;
    margin-top: 5px !important;
}

.user-info {
    margin-bottom: 30px;
}

    .user-info .bb-textfield {
        margin-bottom: 0;
    }

    .user-info .col-sm-9 span {
        color: var(--secondary-color);
    }

.user-name {
    color: var(--secondary-color);
    font-weight: 500;
}

.contact-form label, .contact-form .bb-textfield {
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-subtitle {
    color: var(--text-color);
    font-size: 16px;
}

.btn.btn-outline-secondary {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-button-border-color) !important;
}

    .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
        background-color: var(--primary-button-hover-color) !important;
        color: var(--primary-button-text-hover-color) !important;
        border-color: var(--primary-button-border-hover-color) !important;
    }
    

    .drop-zone {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--light-bg);
        border-color: var(--accent-color);
        color: var(--text-color);
        font-size: 14px;
        border-width: 2px;
    }

    .drop-zone em {
        display: none;
    }

    .drop-zone p, .drop-zone-filename {
        margin: 0;
        font-family: var(--font-light);
    }

.drop-zone-click {
    background-color: transparent;
    color: var(--accent-color);
    font-size: 14px;
    font-family: var(--font-bold);
}

/* Gegevens */

.relation-container .card-header, .home-tile .card-header {
    font-size: 20px;
    min-height: 40px;
}

.relation-container .card-body {
    padding-top: 0;
}

.relation-container img {
    width: 100%;
    height: 150px;
}

.relation-container:not(.edit-container) .bb-textfield {
    margin-top: 0;
    margin-bottom: 0;
}

.relation-container .bb-textfield span {
    color: var(--secondary-color);
    font-weight: 500;
    font-family: var(--font-semi);
}

.relation-container .relation-name {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 15px;
}

.relation-container.edit-container .bb-textfield {
    margin-bottom: 5px;
}

.relation-container .edit {
    position: absolute;
    right: 15px;
    top: 15px;
}

.relation-container .btn-row {
    margin-bottom: 0;
}

.gezin-container, .gezin-container .card-body,
.gezin-container .card-header {
    box-shadow: none;
    padding: 0 !important;
}

    .gezin-container .bb-repeatableContainer .card-header {
        font-size: 14px;
        display: flex;
    }

    .gezin-container .bb-repeatableContainer .card {
        margin-bottom: 0 !important;
    }

    .gezin-container .bb-repeatableContainer .card-header .col-sm-11 {
        flex: 0 0 91.66667% !important;
        max-width: 91.66667% !important;
        width: 91.66667% !important;
    }

    .gezin-container .bb-repeatableContainer .card-header .col-sm-1 {
        flex: 0 0 8.33333% !important;
        max-width: 8.33333% !important;
        width: 8.33333% !important;
    }

/* Polis overzicht */

    .table-container .card-body .bb-septext {
        padding-left: 15px;
    }

.table-responsive th {
    color: var(--secondary-color);
    font-size: 16px;
}

.table-striped tbody > tr:nth-of-type(odd),
.table-special tr {
    background-color: var(--table-background !important);
}

    .table-striped tbody > tr:nth-of-type(odd):hover,
    .table-hover tbody > tr:hover {
        background-color: var(--table-background-hover) !important;
    }

.mobile-msg {
    display: none;
    color: var(--text-color);
}

/* FAQ */
.faq-row .col-sm-7 .card-header {
    padding: 15px;
}

.faq-row .card, .faq-row .card-header {
    border: none;
    background-color: #fff;
}

.row.faq-row {
    margin-bottom: 50px;
}

.faq-subjects .bb-linefield {
    margin-left: -28px;
}

    .faq-subjects .bb-linefield:hover {
        color: var(--link-color);
    }

.link-active {
    color: #fff;
    background-color: var(--link-color);
    padding: 10px;
    border-radius: var(--border-radius-large);
}

.faq-subjects .card-body {
    padding-top: 5px;
}

.faq.question-row .bb-buttonfield {
    height: 38px;
}

.faq.question-row .btn {
    width: 100%;
    height: 100%;
}

/* Schades */

.schade-melden .card-body, .banner .card-body {
    padding-bottom: 0;
}

.schade-melden .btn {
    width: 100%;
}

.extra-info-container {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}

.banner.banner-schademelden .card-header {
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.advisor-row img {
    height: 67px;
    width: 67px;
    margin: 15px 0;
}

.row.advisor-row .col-sm-11 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 35px;
}

    .row.advisor-row .col-sm-11 .form-group {
        margin-bottom: 0;
    }

.row.advisor-row .minimal {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    padding: 15px 20px 15px 0px;
    border-radius: var(--border-radius-small);
    border: var(--border);
    box-shadow: 0px 12px 24px rgba(186, 190, 196, 0.30);
}

    .row.advisor-row .minimal::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        left: 27px;
    }

    .row.advisor-row .minimal::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid var(--border-color);
        left: 26px;
        z-index: -1;
    }

.small-advisor-container img {
    position: absolute;
    right: 5px;
    top: -45px;
}

.small-advisor-container .bb-textfield {
    margin-left: 0px;
}

.schade.btn-row .col-sm-8, .btn-row > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faq-small-container .card-body {
    padding: 0;
}

.faq-question {
    margin-bottom: 2px !important;
    border: none;
}

    .faq-question .card-body {
        padding-top: 10px;
    }

    .faq-question .card-header {
        padding: 12px 5px 12px 20px !important;
        height: unset;
        border-bottom: var(--border);
    }

        .faq-question .card-header .header-col {
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
            align-items: center;
            max-width: 100%;
            flex: 0 0 100%;
            font-weight: 300;
            font-size: 15px;
            color: var(--text-color);
        }

        .faq-question .card-header .fas {
            font-weight: 400;
            font-size: 8px;
            color: var(--text-color);
        }

    .faq-question .bb-textfield-column {
        margin-left: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #6c757d;
    }

.faq-small-container .bb-linefield {
    margin-top: 5px;
    margin-left: 0px;
}

.faq-small-container > .show > .card-body > .bb-linefield {
    margin-left: -10px;
    margin-top: 15px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--secondary-color);
}

.small-advisor-container .card-body {
    padding-bottom: 0;
    padding-left: 5px;
}

.small-advisor-container hr {
    margin-top: 0;
}

.top-header {
    background-color: #fff;
    height: 125px;
}

    .top-header .logo,
    .top-header .logo a,
    .top-header .logo img {
        display: block;
        height: var(--logo-height);
        width: var(--logo-width);
    }

.top-header-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar .nav-item .nav-link {
    font-size: 1em;
    text-transform: uppercase;
    padding-bottom: 9px;
    color: #fff;
}

.align-self-center {
    color: var(--label-text-color);
}

.nav-item .nav-link.active {
    color: #fff !important;
}

.home-tile .multiple > .bb-textfield:first-of-type {
    margin-right: -12px;
}

.home-tile .multiple > .bb-textfield:last-of-type {
    margin-left: -12px;
}

@media (max-width: 575px) {
    .control-label {
        font-weight: normal;
    }
}

@media (max-width: 991.98px) {
    .navbar .nav-item::after {
        color: #fff;
    }

    .home-tiles .card {
        height: auto;
    }

    .navbar-collapse {
        margin-top: 50px;
        top: 60px;
    }

    .welcome-msg * {
        font-weight: normal !important
    }

    .top-header {
        display: none;
    }

    .navbar {
        background-color: #fff !important;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .navbar .inner-navbar {
            justify-content: space-between;
            align-items: center;
            margin-bottom: -8px;
        }

    .navbar .nav-item .nav-link {
        font-size: 22px;
    }

    .navbar .logo-src {
        margin-left: 0;
    }
}

@media (min-width: 991.98px) {
    .navbar .logo-src {
        display: none;
    }

    .inner-navbar .navbar-collapse {
        margin-left: 15px;
    }

    .top-header-content {
        margin-left: 25px;
    }

    .navbar .inner-navbar {
        margin-bottom: -15px;
    }

    .navbar .nav-item .nav-link {
        border-bottom: 4px solid var(--secondary-color);
    }

    .nav-item .nav-link.active,
    .nav-item .nav-link:hover {
        color: #fff !important;
        border-bottom: 4px solid var(--primary-color);
    }
}

/* FOOTER */
.footer {
    width: 100%;
    padding: 75px 30px 40px 30px;
    background-color: #F4F4F7;
    border-bottom: 20px solid var(--secondary-color);
}

.footercontact {
    position: relative;
    display: inline-block;
    color: #544f7d;
    padding-top: 0px;
    text-align: center;
    font-family: var(--font-reg);
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 30px;
}

.footericon {
    background-color: #F4F4F7;
    width: 150px;
    height: 70px;
    margin: 0 auto;
    margin-top: -25px;
}

#footer_widget.grid {
    border-top: 1px solid #69658d;
}

.footerdetails {
    text-align: center;
}

    .footer h4 {
        margin-bottom: 25px;
    }

        .footer h4::after {
            content: '';
            position: absolute;
            top: 50px;
            left: 15px;
            width: 50px;
            height: 2px;
            background-color: #fff;
        }

    .footer .row > div {
        padding: 15px 15px;
    }

    .footer .icon-col {
        display: flex;
        flex-direction: row;
    }

    .footer .footer-icon {
        height: 70px;
        width: 70px;
        background-color: var(--primary-color);
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        margin-right: 15px;
    }

    .footer .bank-info, .footer .contact-links {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer .footer-nav {
        background-color: #fff;
        color: var(--text-color);
        margin-left: -30px;
        width: calc(100% + 60px);
        margin-top: 30px;
    }

        .footer .footer-nav .row {
            margin: 0 0 0 -15px;
        }

        .footer .footer-nav ul {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
        }

            .footer .footer-nav ul li:first-child {
                padding-left: 0;
                border-left: none;
            }

            .footer .footer-nav ul li {
                display: flex;
                align-items: center;
                list-style: none;
                padding: 0 15px;
                margin: 5px 0;
                border-left: 1px solid var(--primary-color);
            }

.app-wrapper-footer {
    margin-top: 145px;
}

.app-footer, .app-footer .app-footer__inner {
    height: unset;
}

.app-footer__inner {
    padding: 30px 30px 0 30px !important;
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    width: 100% !important;
}

.app-footer__inner, .app-footer-left {
    width: 100%;
}

.bugs-footer strong {
    color: var(--primary-color);
}

a {
    transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
}

.bugs-footer a {
    color: #fff;
}

    .bugs-footer a:hover {
        color: var(--accent-color);
    }

.bugs-footer ul {
    list-style-type: none;
    padding-left: 20px;
}

    .bugs-footer ul li::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid var(--accent-color);
        position: absolute;
        left: 15px;
        margin-top: 6px;
    }

.footer-title {
    color: var(--primary-color);
}

.bugs-footer .row > div img,
.bugs-footer .row > div h4 {
    margin-bottom: 30px;
}

.empty-msg {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--empty-msg-bg);
    color: var(--secondary-color);
    border-radius: var(--border-radius-small);
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}

    .empty-msg span {
        font-weight: 100 !important;
    }

/* PRODUCT INFO */

div[data-type="kenteken"] input {
    height: 42px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin-top: -6px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px !important;
    font-weight: 700;
}

.bb-textfield-column > [data-type="kenteken"] {
    background-color: #FECD23 !important;
    background-image: url(../../Images/kenteken_NL.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left !important;
    outline: none;
    box-shadow: none !important;
    padding-left: 10px;
    height: 42px;
    padding-top: 6px;
    text-transform: uppercase !important;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px !important;
    text-align: center !important;
    font-size: 20px !important;
    width: 180px;
    flex: unset !important;
    margin: 15px 0 15px 0;
}

.product-info-card .edit {
    position: absolute;
    right: 15px;
    top: -5px;
}

.product-info-card .product-img {
    height: 100%;
    width: 100%;
    max-width: 155px;
}

.product-info-card .product-info-col .bb-textfield {
    margin-bottom: 0;
}

.product-info-card .product-title {
    font-size: 24px;
    color: var(--header-color);
    font-weight: bold;
}

.product-info-card .product-subtitle {
    font-size: 18px;
    color: var(--header-color);
}

.product-info-card .bb-textfield span,
.product-info-card .bb-selectfield span {
    color: var(--header-color);
    font-family: var(--font-semi);
}

.product-info-card .product-extra-info .form-group {
    margin-bottom: 0;
}

.document-card .h6, .document-card .bb-linefield-column > div,
.product-info-card .secondary-link,
.product-info-card .link {
    margin: 0 !important;
}

.document-card .h6 {
    font-family: var(--font-semi);
}

.document-card table {
    margin-bottom: 0;
}

    .document-card table tbody tr {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

        .document-card table tbody tr td {
            margin-right: 15px;
        }

.document-card .table-striped tbody > tr:nth-of-type(odd):hover,
.document-card .table-hover tbody > tr:hover {
    background-color: transparent !important;
    color: var(--link-color);
    text-decoration: underline;
}

.product-info-card .card-body, .document-card .card-body {
    padding-bottom: 0;
}

svg path {
    fill: var(--accent-color);
}

table svg path {
    fill: unset;
}

.product-info-card .product-icon {
    margin: 0 !important;
}

.product-highlight .form-group {
    margin-bottom: 0;
}

.product-info-card .product-highlight {
    max-width: 400px;
    margin: 15px 0;
    border-color: var(--accent-color);
    border-style: dashed;
    background-color: var(--light-accent-bg);
}

    .product-info-card .product-highlight .card-body {
        padding: 15px;
    }

    .product-info-card .product-highlight .row {
        max-height: 40px;
    }

        .product-info-card .product-highlight .row.alg {
            display: flex;
            align-items: center;
        }

    .product-info-card .product-highlight .bb-textfield label {
        margin: 0;
        color: var(--secondary-link-color);
    }

    .product-info-card .product-highlight .bb-textfield .bb-textfield-column {
        padding: 0;
    }

#wait_modal .modal-dialog {
    width: 100vw;
    height: 100vh;
    max-width: unset;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(8px);
    margin: 0;
}

    #wait_modal .modal-dialog .modal-content {
        width: 250px;
    }

.lds-spinner { /*Alleen tonen in tabellen*/
    display: none !important;
}

.loader-container {
    display: block !important;
}

.loader-svg {
    width: 130px;
    text-align: center;
    padding-left: 40px;
}

    .loader-svg circle {
        fill: var(--primary-color);
    }

.clausules .card-body {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.clausuleTable > .table-striped tbody > tr:nth-of-type(odd):hover, .clausuleTable .table-hover tbody > tr:hover {
    background-color: transparent !important;
    color: var(--primary-color);
}

.clausuleTable [aria-expanded="true"] .fa-chevron-down:before,
.clausuleTable [aria-expanded="true"] .fa.fa-info-circle {
    content: "\f077";
}

.extraInfo-container .table {
    margin: 0;
}

    .extraInfo-container .table tr td {
        opacity: 0.6;
    }

/* EDIT ENSURANCE */

.edit-ensurance img {
    position: absolute;
    right: 15px;
    width: 100px;
}

.edit-ensurance .minimal,
.edit-ensurance .minimal .card-body {
    background-color: transparent;
    padding: 0;
    border: none;
}

.edit-ensurance * {
    box-shadow: none;
}

.kenteken-container {
    margin: 15px 0 15px -15px;
}

    .kenteken-container .row {
        align-items: center;
    }

        .kenteken-container .row .form-group {
            margin: 0;
        }

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: var(--primary-button-color);
    border-color: var(--primary-button-color);
}

.btn.ensurance-btn {
    background-color: transparent !important;
    border: var(--border) !important;
    color: var(--header-color);
    max-width: 540px;
    display: flex;
    height: 55px;
    font-size: 15px;
    font-family: var(--font-semi);
    align-items: center;
    text-align: left;
}

    .btn.ensurance-btn.danger {
        color: var(--text-danger);
    }

    .btn.ensurance-btn:hover {
        background-color: var(--secondary-color) !important;
        border-color: var(--secondary-color) !important;
        color: #fff;
    }

    .btn.ensurance-btn.danger:hover {
        background-color: var(--text-danger) !important;
        border-color: var(--text-danger) !important;
        color: #fff;
    }

    .btn.ensurance-btn em {
        margin-right: 15px;
    }

.input-group-text {
    background-color: var(--light-background-color);
}

.btn-group.btn-radio .btn.btn-secondary {
    background-color: var(--secondary-button-color);
    color: var(--secondary-button-text-color);
    font-family: var(--font-semi);
    border: var(--border);
}

    .btn-group.btn-radio .btn.btn-secondary.active {
        background-color: var(--primary-button-color);
        color: var(--secondary-button-text-hover-color);
    }

    .btn-group.btn-radio .btn.btn-secondary:hover {
        background-color: var(--primary-button-hover-color);
        color: var(--secondary-button-text-hover-color);
    }

/* DEKKINGEN */

.card.product-card .card-footer {
    visibility: visible !important;
    display: block !important;
    border: none;
}

    .card.product-card .card-footer .not-selected {
        background-color: var(--secondary-color) !important;
        border-color: var(--secondary-color) !important;
    }

    .card.product-card .card-footer .selected {
        visibility: hidden !important;
        display: none !important;
    }

.card.product-card.active .card-footer .not-selected {
    visibility: hidden !important;
    display: none !important;
}

.card.product-card.active .card-footer .selected {
    visibility: visible !important;
    display: block !important;
}

.product-card .card-header,
.product-card.active .card-header {
    background-color: var(--table-background) !important;
    border: none;
}

.product-card .card-header, .product-card .card-body,
.product-card.active .card-header, .product-card.active .card-body {
    background-color: #fff;
    border: none;
}

    .product-card .card-header h5 {
        color: var(--header-color);
        font-size: 24px;
    }

    .product-card .card-header p {
        font-size: 18px;
    }

.product-card .card-advice {
    display: none;
    visibility: hidden;
}

.bb-coverages .premium {
    width: 20%;
    text-align: right;
}

.premium.total {
    font-size: 18px;
}

.card.product-card .card-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .card.product-card .card-header .coverage-title {
        width: 70%;
        font-size: 18px;
        text-align: left;
    }

    .card.product-card .card-header .coverage-armount {
        width: 30%;
        font-size: 18px;
        text-align: right;
    }

    .card.product-card .card-header .coverage-term {
        width: 100%;
        text-align: right;
        font-size: 11px;
    }

.btn-row {
    margin-bottom: 15px;
}

    .btn-row .form-group {
        margin-bottom: 0;
    }

.btn-group, .btn-group-vertical {
    height: 38px;
    width: 100%;
}

.btn-row > div {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important;
}

    .btn-row > div:last-child {
        display: flex !important;
        justify-content: end !important;
    }

    .schade.btn-row .bb-buttonfield-column {
        padding-right: 0;
    }

    .schade.btn-row .btn.btn-primary {
        margin-right: 15px;
    }

.errorContainer {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .gezin-container > .show > .card-body > div > .row .col-sm-1 {
        top: 5px;
    }

    body .card-header {
        text-align: left;
    }
}

@media (min-width: 1600px) {
    .login-bg {
        background-size: contain;
    }
}

@media (min-width: 790px) and (max-width: 1200px) {
    .hoofddekking-container .col-sm-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .relation-row {
        display: flex;
        flex-direction: row;
    }

        .relation-row .col-sm-6 {
            max-width: calc(600px + 30px);
        }

    .document-col {
        max-width: 650px;
    }

    .product-info-row {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .small-advisor-container img {
        top: -105px;
    }

    .row.advisor-row .col-sm-11 {
        max-width: 85%;
        flex: 0 0 85%;
        padding-left: 15px;
    }

    .row.advisor-row .col-sm-1 {
        max-width: 15%;
        flex: 0 0 15%;
    }

    .row.advisor-row .minimal::before {
        left: 7px;
    }

    .row.advisor-row .minimal::after {
        left: 6px;
    }
}


@media (max-width: 800px) {

    .home-tile.advisor hr {
        margin-top: 45px;
    }

    .small-advisor-container img {
        top: -115px;
    }
}

@media (max-width: 570px) {
    .title-row .primary-link {
        margin-left: 0px !important;
    }


    .row.advisor-row {
        margin-top: 15px;
        margin-bottom: 25px;
    }

        .row.advisor-row .col-sm-11 {
            max-width: 80%;
            flex: 0 0 80%;
            padding-left: 25px;
        }

        .row.advisor-row .col-sm-1 {
            max-width: 20%;
            flex: 0 0 20%;
        }

        .row.advisor-row .minimal::before {
            left: 17px;
        }

        .row.advisor-row .minimal::after {
            left: 16px;
        }

 
}

.footer-content {

}

@media (min-width: 1720px) {
    .app-main .app-main__inner, .navbar .inner-navbar, .footer .footer-nav ul, .footer .footer-content {
        width: 1640px;
        margin: 15px auto 0px auto;
        box-shadow: none;
    }

    .top-header .top-header-content {
        max-width: 1815px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .footer .footer-content {
        padding: 0 30px;
    }
}

@media (max-width: 380px) {
    .pop-up .close-pop-up {
        top: -78px;
    }
}


.swipe {
    display: none;
}

@media screen and (max-width: 992px) {
    .swipe {
        animation: hideMe 25s forwards, swipe ease-in-out 3s alternate infinite;
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        margin-top: 78px;
        z-index: 1500;
    }

        .swipe img {
            width: 28px;
            height: 28px;
        }
}

@media screen and (max-width: 766px) {
    .swipe {
        margin-top: 100px;
    }
}

@media screen and (max-width: 395px) {
    .relation-container.edit-container img {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .relation-container {
        min-height: 255px;
    }
}


@-webkit-keyframes swipe {
    0% {
        left: 15px;
    }

    50% {
        left: 3px;
    }

    100% {
        left: 15px;
    }
}

@-webkit-keyframes hideMe {
    0% {
        opacity: 1;
        display: block
    }

    99.99% {
        opacity: 1;
        display: block
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@media (max-width: 400px) {
    .gegevens-card .title-row .form-group.bb-textfield.row {
         margin-bottom: 15px;
    }

    .title-row .bb-linefield {
        width: 100%;
        padding-left: 15px;
    }
}


@media (max-width: 1091px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-tile img {
        width: 40px;
        top: -150px;
    }

    .home-tiles {
        width: auto;
    }

    .bb-simplefilefield-column .col-sm-11 {
        width: calc(100% - 28px);
        flex: 0 0 calc(100% - 48px);
        max-width: calc(100% - 28px);
    }

    .bb-simplefilefield-column .col-sm-1 {
        width: 28px;
        flex: 0 0 28px;
        max-width: 28px;
    }

    .custom-file * {
        font-size: 11pt !important;
    }

    .small-advisor-container {
        margin-top: 35px;
    }
}
/* GEGEVENS */

.title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 35px 0 15px;
    flex-wrap: wrap;
}

    .title-row .primary-link {
        color: var(--primary-color);
        margin-left: 25px;
    }

.gegevens-card {
    color: var(--secondary-color);
}

    .gegevens-card .bb-textfield span, .gegevens-card .bb-selectfield span {
        font-family: var(--font-reg);
        font-size: 16px;
        color: var(--secondary-color);
    }


    .gegevens-card .title-row .bb-textfield span,
    .table-container .card-body div > span,
    .card-header,
    .subtitle {
        font-size: 22px;
        font-family: var(--font-bold);
        color: var(--secondary-color);
        text-transform: uppercase;
        font-weight: normal;
    }

    .gegevens-card .form-group.bb-textfield.row {
        margin-bottom: 24px;
    }

    .gegevens-card.adres .gegevens-row .bb-textfield {
        margin-bottom: 0px;
    }

        .gegevens-card .gegevens-row {
            margin-left: 25px;
        }

    .gegevens-card .text-danger {
        margin-top: 15px;
        margin-left: 25px !important;
    }

        .gegevens-card .text-danger:hover {
            color: #9a0025 !important;
        }

.icon-input {
    padding-right: 25px;
}

    .icon-input::before {
        content: '';
        position: absolute;
        left: -25px;
        width: 24px;
        height: 24px;
        top: -30px;
        background-repeat: no-repeat;
    }

    .icon-input.naam::before {
        background-image: url('images/icons/gebruiker.svg');
    }

    .icon-input.geslacht::before {
        background-image: url('images/icons/geslacht.svg');
    }

    .icon-input.telefoon::before {
        background-image: url('images/icons/telefoon.svg');
    }

    .icon-input.voorletters::before {
        background-image: url('images/icons/gebruiker.svg');
    }

    .icon-input.geboortedatum::before {
        background-image: url('images/icons/taart.svg');
    }

    .icon-input.mobiel::before {
        background-image: url('images/icons/mobiel.svg');
    }

    .icon-input.wachtwoord::before {
        background-image: url('images/icons/ww.svg');
    }

    .icon-input.mail::before {
        background-image: url('images/icons/mail.svg');
    }

    .icon-input.euro::before {
        background-image: url('images/icons/euro.svg');
    }

    .icon-input.home::before,
    .icon-input.huis::before {
        background-image: url('images/icons/huis1.svg');
    }

    .icon-input.nummer::before {
        background-image: url('images/icons/hashtag.svg');
    }

    .icon-input.datum::before {
        background-image: url('images/icons/date.svg');
    }

    .icon-input.familie::before {
        background-image: url('images/icons/family.svg');
    }

    .icon-input.auto::before {
        background-image: url('images/icons/car.svg');
    }

    .icon-input.company::before {
        background-image: url('images/icons/company.svg');
    }

.downloads .btn-primary {
    width: 100%;
}

.downloads .primary-link, .primary-link {
    color: var(--primary-color);
}

.search-field::after {
    bottom: 8px;
    right: 30px;
}

.bb-searchfield .bb-searchfield-column {
    padding-right: 15px;
}

.search-field-bold {
    color: var(--primary-color);
}

.form-group.bb-searchfield.row {
    margin-left: 0;
    justify-content: flex-end;
    display: flex;
}

.bb-searchfield .bb-searchfield-column {
    padding-right: 15px;
    max-width: 375px;
}


/* GEGEVENS END */

/* HOME */

.menuType {
    background-color: var(--light-background-color);
    text-align: center;
    border: none;
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
}

    .menuType svg {
        height: 88px;
    }

    .menuType:hover,
    .menuType:focus-within {
        background-color: var(--primary-color);
    }

        .menuType:hover .bb-textfield,
        .menuType:focus-within .bb-textfield {
            color: #fff;
        }

    .menuType svg * {
        fill: var(--primary-color);
        stroke: var(--primary-color);
    }

    .menuType:hover svg *,
    .menuType:focus-within svg * {
        fill: #fff;
        stroke: #fff;
    }

    .menuType .bb-buttonfield {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 30px);
        height: 100%;
    }

        .menuType .bb-buttonfield .btn {
            height: 100%;
            width: 100%;
            opacity: 0;
        }

    .menuType .bb-linefield-column > div {
        margin-left: 0 !important;
    }

    .menuType .bb-textfield {
        font-size: 22px;
        color: var(--primary-color);
        font-family: var(--font-bold);
        margin-top: 25px;
    }

.contact-container {
    margin-top: 150px;
}

    .contact-container .contact-card {
        background-color: #fff;
        border: none;
        color: var(--primary-color);
    }

        .contact-container .contact-card .card-body {
            padding: 30px;
        }

        .contact-container .contact-card .contact-title {
            margin-left: 35px;
            font-size: 22px;
            font-family: var(--font-bold);
            color: var(--secondary-color);
            text-transform: uppercase;
            font-weight: normal;
        }

        .contact-container .contact-card a {
            font-family: var(--font-bold);
            font-size: 18px;
            text-decoration: none !important;
        }

        .contact-container .contact-card .primary-link {
            margin-top: 15px;
        }

            .contact-container .contact-card .primary-link i {
                margin-right: 15px;
                transition: margin 400ms;
            }

            .contact-container .contact-card .primary-link:hover i {
                margin-right: 25px;
            }

        .contact-container .contact-card .bb-textfield {
            min-height: 52px;
            margin-bottom: 0;
        }

    .contact-container > .row:not(.bb-textfield) {
        margin-top: 35px;
    }

.contact-card .icon::before {
    content: '';
    background-image: unset;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 5px;
    width: 100%;
    height: 100%;
}

.contact-card .icon.chat::before {
    background-image: url('images/icons/chat.svg');
}

.contact-card .icon.call::before {
    background-image: url('images/icons/telefoon2.svg');
}

.contact-card .icon.whatsapp::before {
    background-image: url('images/icons/whatsapp.svg');
}

.contact-card .icon.form::before {
    background-image: url('images/icons/mail2.svg');
}

.contact-card .icon.insurance::before {
    background-image: url('images/icons/insurance.svg');
}

.contact-card .icon.user::before {
    background-image: url('images/icons/user.svg');
}

button.btn.btn-primary.btn-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 10px;
    position: relative;
    background-color: transparent !important;
}

    button.btn.btn-primary.btn-action i {
        padding-right: 15px;
    }

table i.fa.fa-fragile {
    margin-left: 3px;
}


.bb-simplefilefield-column {
    height: 56px !important;
}

.custom-file-label {
    margin-left: 15px;
    padding: 15px;
}

    .custom-file-label::after {
        height: 100%;
        padding: 15px;
    }

.bb-simplefilefield-column .col-sm-1 {
    margin-top: 15px;
}

input:not(.btn), input.form-control:not(.btn), .bb-selectfield-column select, .custom-file-label {
    height: 56px !important;
    background-color: var(--input-background-color) !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-family: var(--font-reg);
    color: var(--input-text-color) !important;
    border: var(--border);
    border-radius: var(--border-radius-small);
}

.input-group > .form-control:focus, .input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
    border-color: var(--secondary-color);
    box-shadow: none;
    outline: none;
}

.admin {
    color: #fff !important;
}

.page-item.active .page-link, .pagination .active.page-number .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
}

.page-link:hover {
    color: var(--secondary-color);
}
/* HOME END */