.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: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;    
}

.modal_consent_parent {
    display: none;
}
.consent-button {
    background-color: #ba2429;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    order: 1;
}

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

/* Modal Content */
.modal-content_consent {
    background-color: #38393d !important;
    margin: auto;
    padding: 45px 50px 35px 45px;
    width: 100%;
    max-width: 435px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    overflow: hidden;
    background-color: #f2f1ef;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1.42857143;
    color: #eeeeee;
    box-sizing: border-box;
    z-index: 99999;
}
.content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.content-container .default a {
    color: #ea505d;
}
.closeCookie {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}

.closeCookie::after, .closeCookie::before {
    content: '';
    background: #fff;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.closeCookie::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
    .modal-content_consent {
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        padding: 40px 30px 30px;
    }
}

.consent_cookie_settings_header {
    font-weight: 700;
    margin-bottom: 20px;
}

.consent_sub_header {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 700;    
}
.cookie-option {
    margin-bottom: 20px;
}
.content-text {
    display: inline-block;
    width: 70%;

}
.button-container {
    display: inline-block;
    width: 20%;
}