div#cookieConsentBlocker {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4000;
}

div#cookieConsentBanner {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 4001;
    padding-left: 25%;
    padding-right: 25%;
}

div#cookieConsentBanner a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

div#cookieConsentBanner a:hover {
    color: #ddd;
}

div#cookieConsentModal {
    z-index: 4001;
}

div#cookieConsentContainer button.btn-sm {
    background-color: #027abb;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

div#cookieConsentContainer button.btn-sm:hover {
    background-color: #0056b3;
}

div#cookieConsentContainer .custom-control-input:checked~.custom-control-label::before {
    border-color: #027abb;
    background-color: #027abb;
}

div#cookieConsentContainer .cookieType {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}