#form-response {
    padding: 20px 0;
    font-size: 20px;
}

#form-response.success {
    color: green;
}

#form-response.error {
    color: red;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    top: auto;
    background-color: aliceblue;
    color: #000;
    border: 1px solid #cf181c;
    padding: 15px;
}

.js-cookie-consent .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.js-cookie-consent .hidden {
    display: block !important;
}
.js-cookie-consent button {
    margin-left: 20px;
}

body {
    position: static;
}

.dn-long_message {
    display: none !important;
}
