 .cookies-infobar {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    width: 70%;
    bottom: 15px;
    z-index: 999999;
    left: 15%;
}

.cookies-infobar a {
    color: inherit;
}
.text-white-btn{
    color: #ffffff !important;
}
.f-15{
    font-size: 15px !important;
}
.f-16{
    font-size: 16px !important;
}
.f-18{
    font-size: 18px !important;
}
.f-20{
    font-size: 18px !important;
}
.pb-2{
    padding-bottom: 20px;
}

.pb-header-1{
    margin-bottom: 3px !important;
}
.text-header{
    font-size: 18px;
    color: var(--bs-primary);
}
.text-header i {
    color: var(--bs-warning);
}
.text-detail {
    color: var(--bs-dark);
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary:active {
	color: var(--bs-warning) !important;
}

@media only screen and (max-width: 600px) {
    .cookies-infobar {
        width: 100%;
        left: 0%;
    }
}
@media only screen and (max-width: 768px) {
    .cookies-infobar {
        width: 90%;
        left: 5%;
    }
}
