﻿::deep .cookiebar {
    height: 5rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.mud-appbar.cookiebar {
    height: 3rem !important;
    width: auto !important;
    background-color: #fff3cd;
    color: #664d03 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #664d03;
}

.mud-toolbar-content {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}

.accept-btn {
    min-width: max-content;
    color: #fff;
    background-color: #333;
    border-color: #333;
    position: fixed;
    right: 8px;
    bottom: 4px;
}

@media (max-width: 768px) {

    .mud-appbar.cookiebar {
        height: 8rem !important;
        background-color: #fff3cd;
    }
}

@media (max-width: 425px) {
    .mud-appbar.cookiebar {
        height: 12rem !important;
        background-color: #fff3cd;
    }
}