#ccc-icon {
    background: transparent;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 80px;
    padding: 0;
    position: fixed;
    width: 80px;

}
#ccc {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    position: fixed;
}

#ccc-icon.ccc-icon--dark #star path {
    fill: #fff;
}


#ccc-module.ccc-module--slideout.ccc-module--left {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slide-right;
    animation-name: slide-right;
    left: 0;
}

#ccc-module.ccc-module--slideout {
    bottom: 0;
    max-width: 520px;
    top: 0;
    width: 100%;
    margin-left: 93px;
    z-index: 10000000;
}

#ccc-module {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#ccc-content {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    padding: 24px;
    position: absolute;
    width: 100%;
}
#ccc-module #ccc-content, #ccc-module #ccc-notify {
    background-color: #003c49 !important;
    color:white!important;
}

#ccc-module #ccc-content a {
    text-decoration-line: underline;
    color: #05C3DE!important;
}

#ccc-module .ccc-svg-element {
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 6px;
    width: 16px;
}

#ccc #ccc-necessary-description, #ccc #ccc-statement, #ccc #ccc-statement a, #ccc .ccc-intro, #ccc .optional-cookie p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .95rem;
}
