.netrebel-registration {

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

    & input[type="date"],
    & input[type="text"],
    & 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: 300px; */
        width: 100%;
        transition: background-color 0.3s, color 0.3s;
        /* font-weight: regular; */
    }

    & .no_up_and_down::-webkit-outer-spin-button,
    .no_up_and_down::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    & .no_up_and_down {
        -moz-appearance: textfield;
    }

    & 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
    }

    & .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;
        /* width: max-content; */
        /* position: absolute; */
        /* display: contents; */
    }

    & .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;
        /* margin-left: 1em; */
        text-align: left;
        /* border: solid 0px rgba(26,66,138,0.4);; */
        /* border-radius: 10px; */
        padding: 0.5em 1em;
        /* background: #dff0d8; */
        /* border-color:  */
        /* width: fit-content; */
        margin-left: 3px;
        background: none;
        width: 100%;
        min-height: 4em;
    }

    & #address_message_loading,
    & #address_message {
        background: rgba(26, 66, 138, 0.05);
        color: #1A428A;
        font-weight: 400;
    }

    & #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;
        /* color: #000; */
        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;
        /* padding: 10px 50px 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;
        /* padding: 10px 50px 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 {
        background-color: #00916B;
        border-width: 2px !important;
        color: #ffffff !important;
        font-family: 'Open Sans', sans-serif;
        padding: 10px;
        /* padding: 10px 50px 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-green span {
        color: #ffffff;
        font-size: 22px;
        margin: 0 1em;

    }

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

    & .green {
        color: #00916B;
    }

    & .row {
        /* all: unset; */
        display: flex;
        /* flex-wrap: wrap; */
        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-em5 {
        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;
    }

    & .fs15p {
        font-size: 15px;
    }

    /* De basis van het grid */
    & .grid-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 10px;
        padding: 0;
        /* padding: 16px; */
    }

    @media (max-width: 768px) {

        & .col-1,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-10,
        .col-11,
        .col-12 {

            /* width: 100%; */
            grid-column: span 12;
        }
    }

    @media (min-width: 768px) {

        /* De kolom definities */
        & .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: auto auto auto; */
        /* padding: 10px; */
        /* background-color: dodgerblue; */
        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 {
        /* background-color: #f1f1f1; */
        border: 1px solid black;
        padding: 10px;
        /* font-size: 30px; */
        /* text-align: center; */
    }

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

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

    & h2,
    & h3,
    & h4,
    & h5 {
        margin-top: 3em;
        /* margin-top: 5em; */
        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;
        /* font-size: 27px; */
        line-height: 1em;
        /* margin-top: 0em; */
        margin-left: .75em;
        /* margin-left: .5em; */
    }

    & .datum-checkbox input[type="checkbox"]:checked::before {
        content: "\2714";
        position: absolute;
        font-weight: bold;
        color: #1A4288;
        font-size: 19px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1
    }
}

#bestellingoverzicht {

    & #bestellingkosten,
    & #eersteFactuur {
        font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
        font-style: normal;
        color: rgb(26, 66, 138);
    }

    & p {
        font-size: 15px;
        color: rgb(26, 66, 138);
        font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    }

    & h4 {
        /* font-family: 'Bevan', display; */
        font-family: 'Bevan', display;
        font-weight: 300;
        font-size: 27px;
        color: #00936B !important;
    }

    & h5 strong {
        font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
        font-size: 20px !important;
        font-weight: 700;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        vertical-align: baseline;
        line-height: 1em;
    }

    & #bestellingheader {
        border-radius: 20px 20px 0 0;
        background: #F2F9F7;
        padding: 2em;
    }

    & #bestellingkosten {
        background: #F2F9F7;
        padding: 0 2em;
    }

    & #eersteFactuur {
        background: #F2F9F7;
        padding-bottom: 2em;
        border-radius: 0 0 20px 20px;
    }

    & .row {
        margin-top: 1em;
    }
}