#cookie-banner {
    padding: 24px;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background: #ededed;
}

#cookie-banner #close-banner {
    float: right;
    clear: both;
    margin: 20px;
}

#cookie-banner #banner-content {
    margin: auto;
    height: 100%;
    width: 60%;
}

#cookie-banner #banner-text {
    color: black;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#cookie-banner #customizePreferencesBtn, #acceptAllBtn, #acceptEssentialBtn {
    padding: 8px 16px;
    float: right;
    border-radius: 10px;
    border: none;
    min-width: 170px;
    cursor: pointer;
    height: 50px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* The Modal (background) */
#cookie-preferences-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Box */
#cookie-preferences-modal-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 550px;
    flex-shrink: 0;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 24px;
    border: 1px solid #888;
    border-radius: 10px;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.25);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Modal Header */
#cookie-preferences-modal-header {
    display: flex;
    align-items: center;
    align-self: stretch;
}

#cookie-preferences-modal-title {
    flex: 1 0 0;
    color: #1A2026;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H2 */
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
}

.cookie-preferences-modal-close {
    align-items: flex-start;
}

/* Modal Content */
#cookie-preferences-modal-content {
    flex-direction: column;
    padding: 16px 0 0 0;
}

.cookie-preferences-modal-cookie-title {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* Modal Footer */
#cookie-preferences-modal-footer {
    display: flex;
    overflow: auto;
    align-self: end;
}

.cookie-preferences-modal-text {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.carinaLikeLinkButton {
    color: #006AE1;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Rubik, sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    background: none;
    border: none;
    cursor: pointer;
}

.carinaLikeButton {
    color: #FFF;
    background: #006DE9;
    border-radius: 10px;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    font-family: Rubik, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    padding: 8px 24px;
    border: none;
    cursor: pointer;
}
.carinaLikeButton:hover {
    background: rgb(0, 76, 214);
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 32px;
    font-weight: 300;
}

.close:hover,
.close:focus {
    cursor: pointer;
}