.gdpr-cookiebar {
background: #fff;
z-index: 999;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), -3px -4px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
display: none;
}
.gdpr-cookiebar .row {
max-width: 1000px;
margin: 0 auto;
padding: 0 2rem;
}
.gdpr-cookiebar .text {
padding: 1rem 0;
}
.gdpr-cookiebar #basic_chkbx,
.gdpr-cookiebar label[for="basic_chkbx"] {
opacity: .5;
}
.gdpr-cookiebar .flexbox {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid rgba(160, 160, 160, .2);
margin: .5rem 0;
padding: .5rem 0;
width: 100%;
}
.gdpr-cookiebar .flex {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.gdpr-cookiebar .flex label {
margin: 0;
}
.gdpr-cookiebar button,
.gdpr-cookiebar input {
margin: 0;
}
@media (max-width: 48em) {
.gdpr-cookiebar .flexbox {
flex-direction: column !important;
width: 100%;
}
}