.modal_consent {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
}
.consent-button {
    background-color: #009fe3; 
    border: none;
    color: white;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.consent-button:visited, .consent-button:hover, .consent-button:active {
    color: white;
}
.consent-button-black {
    background-color: #82888f;
}

/* Modal Content */
.modal-content_consent {
    background-color: #fefefe;
    margin: auto;
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 30%;
}

@media (max-width: 768px) {
    .modal-content_consent {
        width: 90% !important;
    }
}

.consent_cookie_settings_header {
    font-weight: 700;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
.cookie-options-container {
    margin: 20px;
}

.initial-dialog {
    margin: 20px;
}

.consent_sub_header {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 700;    
}

.content-text {
    margin-bottom: 20px;
}
