.elementor-4050 .elementor-element.elementor-element-845d5d6{--spacer-size:137px;}@media(max-width:767px){.elementor-4050 .elementor-element.elementor-element-845d5d6{--spacer-size:195px;}}/* Start custom CSS for html, class: .elementor-element-c3b8e32 */form#dmm_form {
    max-width: 600px;
    margin: 2em auto;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

form#dmm_form p {
    margin-bottom: 1.5em;
}

form#dmm_form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #333;
}

form#dmm_form input[type="text"],
form#dmm_form input[type="email"],
form#dmm_form input[type="number"],
form#dmm_form textarea {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

form#dmm_form input:focus,
form#dmm_form textarea:focus {
    border-color: #0077cc;
    outline: none;
}

form#dmm_form textarea {
    resize: vertical;
}

form#dmm_form input[type="radio"] {
    margin-right: 0.5em;
}

form#dmm_form label.dmm_dd,
form#dmm_form label.dmm_recurring {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.75em;
    font-weight: normal;
}

form#dmm_form img {
    height: 20px;
}

form#dmm_form input[type="button"] {
    background-color: #0077cc;
    color: white;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form#dmm_form input[type="button"]:hover {
    background-color: #005fa3;
}

form#dmm_form span#dmm_currency_symbol {
    font-weight: bold;
}

form#dmm_form input[type="checkbox"] {
    margin-right: 0.5em;
}

form#dmm_form label[for="dmm_amount"] {
    display: inline-block;
    margin-bottom: 0.5em;
}

/* Responsive design voor kleinere schermen */
@media (max-width: 600px) {
    form#dmm_form {
        padding: 1em;
    }

    form#dmm_form input[type="button"] {
        width: 100%;
        padding: 1em;
    }

    form#dmm_form label.dmm_dd,
    form#dmm_form label.dmm_recurring {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (prefers-color-scheme: dark) {
    form#dmm_form {
        background-color: #1e1e1e;
        color: #f1f1f1;
        box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
    }

    form#dmm_form label {
        color: #f1f1f1;
    }

    form#dmm_form input,
    form#dmm_form textarea {
        background-color: #2a2a2a;
        color: #fff;
        border: 1px solid #555;
    }

    form#dmm_form input:focus,
    form#dmm_form textarea:focus {
        border-color: #66afe9;
    }

    form#dmm_form input[type="button"] {
        background-color: #3399ff;
    }

    form#dmm_form input[type="button"]:hover {
        background-color: #267acc;
    }
}/* End custom CSS */