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

.mud-appbar.cookiebar {
    height: 3rem !important;
    width: 100% !important;
    width: 100%;
    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;
    margin-left: 12px;
}

@media (max-width: 768px) {

    .mud-appbar.cookiebar {
        height: auto;
        background-color: #fff3cd;
    }
}
