<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .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: #fab035;
}
.text-detail{
    font-size: 16px;
    color: #a5adb6;
}
.btn-cookie{
    border-radius: 0rem !important;
    color: #fff !important;
    background-color: #fab035 !important;
    border-color: #fab035 !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%;
    }
}
</pre></body></html>