.bconsent {
    max-width: 500px;
    margin: auto;


    width: 100%;
    padding: .5rem 1rem;
    font-size: .75rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.bconsent-body {
    display: flex;
    text-align: left;
}

.bconsent-hide {
    display: none;
}


.bconsent-check .form-checkbox {
    margin-right: 20px;
    align-self: center;
    height: auto !important;
}

.bconsent-text {
    text-align: left;
    display: flex;
}

.bconsent-text a {
    text-decoration: underline;
}

.bconsent-text p {
    margin-bottom: 0px;
}

.bconsent-list {
    text-align: left;
}

.bconsent-disabled {
    opacity: 0.4 !important;
}

.pointer {
    cursor: pointer;
}

.bconsent-read-list {
    margin-top: 4px;
    align-self: flex-end;
}

.bconsent-list {
    margin-top: 6px;
    padding-left: 50px;
    margin-bottom: 0px;
}

.bconsent-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(35, 122, 252);
    right: 0;
    left: 0;
    padding: 20px;
    text-align: center;
}

.bconsent-cookie__container {
    display: flex;
}



.bconsent-cookie__text {
    flex: 1;
}

.bconsent-cookie__button {
    align-self: center;
    width: 100px;
}

.bconsent-cookie__button input {
    background-color: rgb(237, 239, 245);
    width: 100%;
}

.bconsent-cookie__text a {
    text-decoration: underline;
}

.bconsent-cookie__text a:visited {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.bconsent-cookie__text a:active, a:visited {
    text-decoration: underline;
}


.bconsent-cookie p {
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width: 600px) {

    .bconsent-cookie {
        text-align: left !important;
    }
    .bconsent-cookie__container {
        flex-direction: column;
    }

    .bconsent-cookie__button {
        margin-top: 10px;
        width: 100% !important;
    }
}