.analyticus-cookie-consent-banner {
    border: 1px solid #dee2e6 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    box-sizing: border-box;
    min-width: 275px;
    max-width: 375px;
    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-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: 15px 0;
}

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

.analyticus-cookie-consent-text p {
    color: #505050;
    font-weight: 400;
    font-size: 12px !important;
}

.analyticus-cookie-consent-text p a {
    color: #505050;
    text-decoration: underline;
    font-size: 12px !important;
}

.analyticus-cookie-button {
    display: inline-block;
    padding: 11px 13px;
    border-radius: 10px;
    border: none;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    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;
}

.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;
}