.analyticus-cookie-consent-banner {
    border: 1px solid #cfd6df !important;
    position: fixed;
    bottom: 18px;
    left: 18px;
    z-index: 999999;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 460px;
    width: calc(100% - 36px);
    padding: 6px 24px 22px;
    border-radius: 16px;
    -webkit-box-shadow: 0 14px 44px -18px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 14px 44px -18px rgba(0, 0, 0, .45);
    box-shadow: 0 14px 44px -18px rgba(0, 0, 0, .45);
    background-color: #fff;
    display: none;
}

.analyticus-cookie-privacy-policy {
    border: 1px solid #dee2e6 !important;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    margin: 10px 10px;
    padding: 2px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, .15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, .15);
    background-color: #fff;
    display: none;
}

.analyticus-cookie-graphic {
    margin-right: 0.25em;
    margin-top: 0.15em;
    vertical-align: text-top;
}

.analyticus-cookie-consent-content {
    padding: 18px 0 0;
}

.analyticus-cookie-consent-text {
    margin-bottom: 22px;
}

.analyticus-cookie-consent-text p {
    color: #303846;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.analyticus-cookie-consent-text p a {
    color: #1f3156;
    text-decoration: underline;
    font-size: 14px !important;
    font-weight: 600;
}

.analyticus-cookie-button {
    display: inline-block;
    padding: 13px 16px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: .4s;
    cursor: pointer;
}

.analyticus-cookie-agree-button {
    background-color: #24273F;
    color: #fff;
    width: 64%;
}

.analyticus-cookie-reject-button {
    background-color: #E8E8E8;
    color: #636363;
    width: 33%;
    margin-left: 0.2em;
}

@media (max-width: 480px) {
    .analyticus-cookie-consent-banner {
        bottom: 10px;
        left: 10px;
        min-width: 0;
        width: calc(100% - 20px);
        padding: 4px 18px 18px;
    }
}

.analyticus-scrollable-content {
    overflow: auto;
    height: 95%;
    padding-bottom: 3px;
}

.analyticus-footer-privacy-policy-banner {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
}

.analyticus-footer-privacy-policy-banner-text {
    font-size: small;
}

.analyticus-footer-privacy-policy-banner-button {
    color: #fff;
    text-decoration: underline;
}
