
.cookiealert {
    box-sizing: border-box;
    min-width: 1002px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 12px;
    border-bottom: 1px solid #cbc9ca;
    background-color: rgba(253, 231, 204, 83%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 50%) 5%, transparent 95%);
    backdrop-filter: blur(3px);
}

.cookiealert-title {
    font-weight: bold;
}
.cookiealert-msg {
    margin: 0 40px;
}
