.netrebel-contact {

    input[type="checkbox"] {
        margin-left: 1.5em;
    }

    input[type="date"],
    input[type="text"],
    textarea,
    input[type="number"] {
        background-color: rgba(0, 145, 107, 0.05);
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        color: #1A4288;
        font-family: 'Bevan', sans-serif;
        border-radius: 25px;
        width: 100%;
        transition: background-color 0.3s, color 0.3s;
    }

    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #1A4288;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 1.2em;
    }

    input[type="radio"]:checked::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #1A4288
    }

    .green-radio input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #F2F9F7;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 0.5em;
        background-color: #F2F9F7
    }

    .green-radio input[type="radio"]:checked::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: rgb(128, 128, 128)
    }

    .button-disable {
        background-color: #AAA !important;
        border-color: #AAA !important;
    }

    .input_message-field {
        color: #c10230;
        font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: .5em;
        margin-top: 8px;
        margin-left: 1.5em;
        margin-right: 1.5em;
        text-align: start;
    }

    .container {
        display: inline-grid;
        width: max-content !important;
    }

    #address_message_loading,
    #address_message,
    #address_message_fail {
        line-height: 1.75em;
        font-family: "Open Sans", Helvetica, Arial, Lucida, 'sans-serif';
        font-size: 17px;
        text-align: left;
        padding: 0.5em 1em;
        margin-left: 3px;
        background: none;
        width: 100%;
        min-height: 4em;
    }

    #address_message_loading,
    #address_message {
        background: rgba(26, 66, 138, 0.05);
        color: #1A428A;
    }

    #address_message_fail {
        background: rgba(26, 66, 138, 0.05);
        color: #c10230;
    }

    .red-border {
        border: 2px solid #c10230 !important;
    }

    span {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1em;
        width: 100%;
        margin-left: 1em;
        display: block;
    }

    label {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 1em !important;
        color: #1a428a !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
    }

    .btn-submit {
        background-color: #00916B;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Bevan', sans-serif;
        padding: 10px 48px 10px 20px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: background-color 0.3s;
        font-weight: regular;
        position: relative;
    }

    .btn-submit img {
        height: 40px;
        width: 40px;
        position: absolute;
        bottom: 0px;
        right: 5px;
    }

    .btn-submit:hover {
        background-color: #1A4288;
    }

    .btn-submit-blue {
        background-color: #1A4288;
        border-width: 2px !important;
        color: #ffffff !important;
        font-family: 'Open Sans', sans-serif;
        padding: 10px 48px 10px 20px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: background-color 0.3s;
        font-weight: 600;
        position: relative;
    }

    .btn-submit-blue span {
        color: #ffffff;
        font-size: 22px;

    }

    .btn-submit-blue:hover {
        background-color: #00916B;
    }

    .btn-submit-green {
        align-items: center;
        background-color: #00916B;
        border: none;
        border-width: 2px !important;
        border-radius: 25px;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        justify-content: center;
        gap: 10px;
        transition: background-color 0.3s;
        padding: 1em 2em;
        position: relative;

    }

    .btn-submit-green:hover {
        background-color: #1A4288;
    }

    .green {
        color: #00916B;
    }

    .row {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    .pr-1 {
        padding-right: 1em !important;
    }

    .pr-1 {
        padding-right: 1em !important;
    }

    .mt-0 {
        margin-top: 0;
    }

    .mt-8p {
        margin-top: 8px;
    }

    .mt-15p {
        margin-top: 15px;
    }

    .mt-1em {
        margin-top: 1em;
    }

    .mt-2em {
        margin-top: 2em;
    }

    .mt-3em {
        margin-top: 3em;
    }

    .mb-1em {
        margin-bottom: 1em;
    }

    .mb-2em {
        margin-bottom: 2em;
    }

    .mb-3em {
        margin-bottom: 3em;
    }

    .ml-1em {
        margin-left: 1em;
    }

    .m-1em {
        margin: 1em;
    }

    .float-right {
        float: right;
    }

    .minheight-150p {
        min-height: 150px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 10px;
        padding: 0;
    }

    .col-1 {
        grid-column: span 1;
    }

    .col-2 {
        grid-column: span 2;
    }

    .col-3 {
        grid-column: span 3;
    }

    .col-4 {
        grid-column: span 4;
    }

    .col-5 {
        grid-column: span 5;
    }

    .col-6 {
        grid-column: span 6;
    }

    .col-7 {
        grid-column: span 7;
    }

    .col-8 {
        grid-column: span 8;
    }

    .col-9 {
        grid-column: span 9;
    }

    .col-10 {
        grid-column: span 10;
    }

    .col-11 {
        grid-column: span 11;
    }

    .col-12 {
        grid-column: span 12;
    }

    /* Responsive tip: Op kleine schermen alles 12 kolommen breed maken */
    @media (max-width: 600px) {
        .grid-item {
            grid-column: span 12 !important;
        }
    }

    .container-netrebel {
        display: grid;
        grid-template-columns: 1fr 2fr repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .div1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .div2 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .div3 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .container-netrebel .row {
        display: inline-flex;
        width: 100%;
    }

    .container-netrebel div {
        border: 1px solid black;
        padding: 10px;
    }

    label .gray-radio {
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: #eee;
        padding: 10px 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    label.green-radio {
        margin: 0 !important;

    }

    label.green-radio span {
        font-family: 'Bevan', sans-serif;
        font-size: 16px;
        font-stretch: 100%;
        font-weight: 500;
        color: rgb(128, 128, 128);
        margin: 0;
    }

    .red-message {
        font-family: 'Bevan', sans-serif;
        font-size: 16px;
        font-stretch: 100%;
        font-weight: 500;
        color: #c10230;
        margin-top: .2em;
    }

    .green-message {
        font-family: 'Bevan', sans-serif;
        font-size: 16px;
        font-stretch: 100%;
        font-weight: 500;
        color: rgb(128, 128, 128);
        margin-top: .2em;
    }

    .container-fluid .zipcode-check {
        margin: 0px 30px !important;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-top: 3em;
        margin-left: .75em;
    }

    #opgezegd-text {
        margin-left: 1em;
    }

    label.gray-radio {
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: #eee;
        padding: 10px 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    label.gray-radio input[type="radio"] {
        margin: 0;
    }

    h4.small {
        font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 1em;
        margin-left: .75em;
    }
}