#cookieConsent {
    background-color: rgba(82, 82, 82, 0.9);
    color: #ffffff;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Flex Container Styling */
.cookieConsentContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.d-none {
    display: none !important;
}