<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Banner */

#billitCookieConsentBanner .modal-content {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px #8d9497b5;
    z-index: 1000;
}

#billitCookieConsentBanner .modal-header {
    padding: 1.5rem 2rem;
    border-bottom: none;
}

#billitCookieConsentBanner .modal-body {
    padding-top: 0px;
}

#billitCookieConsentBanner .language, #billitCookieConsentBanner .language li a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #777 !important;
}
#billitCookieConsentBanner .language li a {
    margin-left: 10px;
}

#billitCookieConsentBanner h1 {
    line-height: 30px;
    margin-bottom: 15px;
}

#billitCookieConsentBanner img {
    max-height: 150px;
}

@media (min-width: 576px) {
    #billitCookieConsentBanner img {
        max-height: 250px;
    }
}

@media (min-width: 768px) {
    #billitCookieConsentBanner .modal-dialog {
        max-width: 750px;
        width: 750px;
    }
}

@media (min-width: 1024px) {
    #billitCookieConsentBanner .modal-dialog {
        max-width: 1000px;
        width: 1000px;
    }
}

/* Widget */

/*#cookieConsentSettingsWidget {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,.3) !important;
    border-radius: 22px;
    background-color: white;
    background-image: url(../../media/1007/billit-cookies-01.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    z-index: 99999;
    cursor: pointer;
}*/

#billitCookieConsentSettingsWidget {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    width: 60px;
    height: 60px;
    background: url(../../media/3314/billit-cookies-01.svg);
    background-position: -5px -5px;
    background-size: 70px 70px;
    z-index: 99999;
    cursor: pointer;
}

/* Settings */

#billitCookieConsentSettings {
    z-index: 99999;
}

    #billitCookieConsentSettings .modal-dialog {
        max-width: 700px;
    }

#billitCookieConsentSettings .modal-content {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px #8d9497b5;
}

#billitCookieConsentSettings .custom-switch {
    padding-left: 6rem;
}

    #billitCookieConsentSettings .custom-switch .custom-control-label::before {
        top: 1.35rem;
        left: -6rem;
        width: 4rem;
        height: 2rem;
        border-radius: 1rem;
    }

#billitCookieConsentSettings .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ffab61;
    background-color: #ffab61;
}
#billitCookieConsentSettings .custom-control-input:disabled ~ .custom-control-label::before {
	border-color: #adb5bd !important;
    background-color: #e9ecef !important;
}

#billitCookieConsentSettings .custom-switch .custom-control-label::after {
    top: calc(1.35rem + 2px);
    left: calc(-6rem + 2px);
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: 1rem;
}

#billitCookieConsentSettings .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(2rem);
    background-color: #ef7d00;
}

#billitCookieConsentSettings .custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #adb5bd !important;
}

    #billitCookieConsentSettings img {
        max-height: 150px;
    }

    #billitCookieConsentSettings .title {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 46px;
        color: #ef7d00;
        cursor: pointer;
    }
    #billitCookieConsentSettings .title[disabled] {
        color: #8d9497b5;
    }

        #billitCookieConsentSettings .title[aria-expanded]::after {
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: 2rem;
        }
        #billitCookieConsentSettings .title[aria-expanded="false"]::after {
            content: "\f106";
        }
        #billitCookieConsentSettings .title[aria-expanded="true"]::after {
            content: "\f107";
        }

@media (min-width: 576px) {
    #billitCookieConsentSettings img {
        max-height: 250px;
    }
}</pre></body></html>