﻿.BRBCookieBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 999999999999 !important;
    
    
    display:none;
}
.BRBCookieBoxInner {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    display: inline-flex;
    z-index: 999999999999 !important;
    background-color: rgb(223, 223, 223);
    padding: 10px;
}

.BRBCookieText {
    width: 60%;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.BRBCookieMore {
    width: 20%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.BRBCookieClose {
    width: 20%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.BRBCookieBoxInner .BRBCookieMore button {
    padding: 5px;
    background-color: transparent;
    border: none;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
    color: black;
}

.BRBCookieBoxInner .BRBCookieClose button {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(223, 223, 223);
    width: 100%;
    background: #373535;
    border: 1px solid #373535;
    border-radius: 5px;
    max-width: 160px;
}

.BRBCookieBoxInner .BRBCookieText p {
    padding-top: 5px;
}

@media(max-width:768px) {
    .BRBCookieText {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .BRBCookieMore {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .BRBCookieClose {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .BRBCookieBoxInner {
        display: inherit;
    }
}
